From 4786bf0c5ebb74fc51deab33b4b82230d455fac9 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Fri, 1 Nov 2019 13:11:23 +0100 Subject: cd to install directory for testing --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.1