Skip to content

Commit 233e19e

Browse files
committed
fixed path for reports
1 parent 388fe44 commit 233e19e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shippable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ build:
2525

2626
post_ci:
2727
- curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
28-
- CI_REPORTS=$PWD/test/reports testspace @.testspace $TESTSPACE_TOKEN/${SHIPPABLE_REPO_SLUG/\//:}/${BRANCH}#ship.Build.${BUILD_NUMBER}
28+
- CI_REPORTS=$PWD/spec/reports testspace @.testspace $TESTSPACE_TOKEN/${SHIPPABLE_REPO_SLUG/\//:}/${BRANCH}#ship.Build.${BUILD_NUMBER}
2929

3030

0 commit comments

Comments
 (0)