Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
fixing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jul 13, 2016
1 parent f444bf9 commit 3e6e327
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build-specs:
when: on_failure
expire_in: 1 month
paths:
- cypress/screenshots/
- cypress/screenshots
script:
- cypress ci --spec "output/$CI_BUILD_NAME.js"

Expand Down
2 changes: 1 addition & 1 deletion test2/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build-specs:
when: on_failure
expire_in: 1 month
paths:
- cypress/screenshots/
- cypress/screenshots
script:
- cypress ci --spec "cypress/integration/$CI_BUILD_NAME.js"

Expand Down
2 changes: 1 addition & 1 deletion test4/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build-specs:
when: on_failure
expire_in: 1 month
paths:
- cypress/screenshots/
- cypress/screenshots
script:
- cypress ci --spec cypress/integration/$CI_BUILD_NAME.js --reporter json
after_script:
Expand Down

0 comments on commit 3e6e327

Please sign in to comment.