commit ffa419aeae154bec213786b3d7d792b180ce5eff
parent d54d4518b41e4acc81bfdad395116ab73befdfc8
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 7 May 2019 12:34:18 -0700
Add zsh to testing environment, needed for diurnal runs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ build-alpine:
stage: build
image: alpine:edge
before_script:
- - apk --no-cache add build-base gnuplot bash
+ - apk --no-cache add build-base gnuplot bash zsh
script:
- make plots
artifacts: