aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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