aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-11-01 19:53:55 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-11-01 19:53:55 +0100
commit700b8add62f8eb4188f83152e5001af8611f4178 (patch)
tree8b508af94a48625b137811cacd1fbaf0607ecc77
parentf709fbe0b41844f0b58aa3af79385e53a38e0ce9 (diff)
Add git to the spectest
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9d35bd6..5e09733 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ Rakudo Spectest:
stage: Test
image: alpine:latest
before_script:
- - apk add --no-cache build-base perl
+ - apk add --no-cache build-base git perl
- cd -- "work/build/rakudo-star-$CI_COMMIT_REF_NAME"
script:
- make rakudo-spectest