tUpdate CI configuration after Makefile and paths restructuring - 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 30ce42dd3f05c59335a69fb0d4a2b306d6cc6672
 (DIR) parent c2834b629c2a8f7154db3e5b09ba80780b787994
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 28 Jun 2019 11:36:13 +0200
       
       Update CI configuration after Makefile and paths restructuring
       
       Diffstat:
         M .gitlab-ci.yml                      |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
       t@@ -4,10 +4,10 @@ build-alpine:
          before_script:
            - apk --no-cache add build-base gnuplot bash zsh valgrind
          script:
       -    - make plots
       +    - make -C examples
            - valgrind --error-exitcode=1 --leak-check=full ./1d_fd_simple_shear -h
            - valgrind --error-exitcode=1 --leak-check=full ./1d_fd_simple_shear
            - valgrind --error-exitcode=1 --leak-check=full ./1d_fd_simple_shear -F
          artifacts:
            paths:
       -      - 1d_fd_simple_shear.png
       +      - examples/1d_fd_simple_shear.png