@@ 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