diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b6abec079001611f50572c4e69065cb7501fec08..34e70e4be2057493e7cde8532180477e0603f23a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,15 +1,8 @@ --- -cache: - paths: - - install/boost - - install/petsc - -before_script: - - tools/install_boost.sh +image: mathiwr/amdis-base:debian9 build:9-debug-gcc: stage: build - image: duneci/base:9 script: - tools/build_amdis.sh Debug only: @@ -17,7 +10,6 @@ build:9-debug-gcc: build:9-release-gcc: stage: build - image: duneci/base:9 script: - tools/build_amdis.sh Release only: @@ -25,18 +17,14 @@ build:9-release-gcc: build:9-parallel-debug-gcc: stage: build - image: duneci/base:9 script: - - tools/install_petsc.sh - tools/build_parallel_amdis.sh Debug only: - master build:9-parallel-release-gcc: stage: build - image: duneci/base:9 script: - - tools/install_petsc.sh - tools/build_parallel_amdis.sh Release only: - master