aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-11-01 13:11:23 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-11-01 13:11:23 +0100
commit4786bf0c5ebb74fc51deab33b4b82230d455fac9 (patch)
treeba90e811c3fc331bcf52503b0e9f16c8c9f0d4bf
parentd61aab53d5b8eacae03648429caec336264fa857 (diff)
cd to install directory for testing
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b777aa..fdf25e4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,7 @@ Rakudo Test:
image: alpine:latest
before_script:
- apk add --no-cache make
+ - cd -- work/install
script:
- make rakudo-test
@@ -46,6 +47,7 @@ Rakudo Spectest:
image: alpine:latest
before_script:
- apk add --no-cache make
+ - cd -- work/install
script:
- make rakudo-spectest
@@ -54,6 +56,7 @@ Community Modules:
image: alpine:latest
before_script:
- apk add --no-cache build-base
+ - cd -- work/install
script:
- make modules-test