From ee55f8f93ce57f0db6aa12b34f38b7a4bf894de5 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 1 Nov 2019 14:01:03 +0100 Subject: Use work/build instead of work/install --- .gitlab-ci.yml | 6 +++--- 1 file 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 -- cgit v1.1