From 5125cf19cf9c06a9df54c216beeb42e022a4ea5f Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 16 Nov 2020 16:34:10 +0100 Subject: Update GitLab CI file --- .gitlab-ci.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 965d330..ebcf4c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,11 @@ Config: only: - master - image: rakudo-star + image: registry.gitlab.com/tyil/docker-perl6:debian-dev-latest before_script: - - zef install . --deps-only --test-depends --/test - script: AUTHOR_TESTING=1 prove -l + - zef install App::Prove6 + - zef install --deps-only --test-depends --/test . + script: AUTHOR_TESTING=1 prove6 -l artifacts: name: "raku-Config" paths: @@ -17,7 +18,8 @@ Config: test: except: - master - image: rakudo-star + image: registry.gitlab.com/tyil/docker-perl6:debian-dev-latest before_script: + - zef install App::Prove6 - zef install . --deps-only --test-depends --/test - script: AUTHOR_TESTING=1 prove -lv + script: AUTHOR_TESTING=1 prove6 -lv -- cgit v1.1