aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-11-01 15:26:28 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-11-01 15:26:28 +0100
commit319d4a8ba74389df1b84b3263b0692a54c2925b7 (patch)
treea69820b8ef295a2ea9eade95d7f1c56f103222ce
parentee55f8f93ce57f0db6aa12b34f38b7a4bf894de5 (diff)
Update directory for tests once more
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4ff4288..ec69283 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ Rakudo Test:
image: alpine:latest
before_script:
- apk add --no-cache make
- - cd -- work/build
+ - cd -- "work/build/rakudo-star-$CI_COMMIT_REF_NAME"
script:
- make rakudo-test
@@ -49,7 +49,7 @@ Rakudo Spectest:
image: alpine:latest
before_script:
- apk add --no-cache make
- - cd -- work/build
+ - cd -- "work/build/rakudo-star-$CI_COMMIT_REF_NAME"
script:
- make rakudo-spectest
@@ -58,7 +58,7 @@ Community Modules:
image: alpine:latest
before_script:
- apk add --no-cache build-base
- - cd -- work/build
+ - cd -- "work/build/rakudo-star-$CI_COMMIT_REF_NAME"
script:
- make modules-test