tAdd zsh to testing environment, needed for diurnal runs - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
 (HTM) git clone git://src.adamsgaard.dk/cngf-pf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ffa419aeae154bec213786b3d7d792b180ce5eff
 (DIR) parent d54d4518b41e4acc81bfdad395116ab73befdfc8
 (HTM) 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:
         M .gitlab-ci.yml                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
       t@@ -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: