aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-11-01 14:01:03 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-11-01 14:01:03 +0100
commitee55f8f93ce57f0db6aa12b34f38b7a4bf894de5 (patch)
tree4a3b4ea0d6eb7c78cde1fcc940f228b4837ddd12
parentf2e6d8307317a155ed0bc9b20c1c70d19fe184b2 (diff)
Use work/build instead of work/install
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 260214b..4ff4288 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/install
+ - cd -- work/build
script:
- make rakudo-test
@@ -49,7 +49,7 @@ Rakudo Spectest:
image: alpine:latest
before_script:
- apk add --no-cache make
- - cd -- work/install
+ - cd -- work/build
script:
- make rakudo-spectest
@@ -58,7 +58,7 @@ Community Modules:
image: alpine:latest
before_script:
- apk add --no-cache build-base
- - cd -- work/install
+ - cd -- work/build
script:
- make modules-test