From 7982fc0a7d519311d74e9577d7fecf6629923235 Mon Sep 17 00:00:00 2001 From: Michael Blaschek <michael.blaschek@univie.ac.at> Date: Tue, 18 Jun 2024 09:25:33 +0000 Subject: [PATCH] updated cache again Former-commit-id: 66d721810fca0fe7b2c3b2e38ccbc0e77b27b318 --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d55b515..156b9c5f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,9 @@ default: cache: key: testdata + paths: + - ./tests/testdata + policy: pull-push alma8-build: image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest @@ -54,10 +57,6 @@ setup: script: - mkdir ./tests/testdata - wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" -P ./tests/testdata "https://webdata.wolke.img.univie.ac.at/flexpart/" - cache: - key: testdata - paths: - - ./tests/testdata options-test: # image: harbor.wolke.img.univie.ac.at/flexpart/almalinux8:latest -- GitLab