aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4486e5..965d330 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,9 +4,9 @@ Config:
image: rakudo-star
before_script:
- zef install . --deps-only --test-depends --/test
- script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t
+ script: AUTHOR_TESTING=1 prove -l
artifacts:
- name: "perl6-Config"
+ name: "raku-Config"
paths:
- META6.json
- bin
@@ -20,4 +20,4 @@ test:
image: rakudo-star
before_script:
- zef install . --deps-only --test-depends --/test
- script: AUTHOR_TESTING=1 prove -v -e "perl6 -Ilib" t
+ script: AUTHOR_TESTING=1 prove -lv