diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a45206bfd766df922443eda99cc74672252e527d..b9b4997959918c48818a0652176c2b2e3fc39d38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,36 +4,28 @@ stages: - run_real - postprocess +cache: + paths: + - autosubmit/ + - pyvenv/ + stage_0: stage: build script: ./examples/01_real-from-ideal.sh 0 tags: - slurm.meteo.physik.lmu.de - artifacts: - paths: - - autosubmit - - venv stage_1: stage: run_ideal script: ./examples/01_real-from-ideal.sh 1 tags: - slurm.meteo.physik.lmu.de - artifacts: - paths: - - autosubmit - - venv - stage_2: stage: run_real script: ./examples/01_real-from-ideal.sh 2 tags: - slurm.meteo.physik.lmu.de - artifacts: - paths: - - autosubmit - - venv stage_3: stage: postprocess