From a91d760c0872b68affd6c2064458c0138ea17cf8 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 6 Feb 2022 23:07:51 +0100 Subject: CI: WIP --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e049324..847fa82 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,11 @@ test:archlinux: - pytest -o 'testpaths=gerbonara/tests' -o 'norecursedirs=*' dependencies: - build:archlinux + cache: + key: test-image-cache + paths: + - gerbonara/tests/image_cache/*.svg + - gerbonara/tests/image_cache/*.png artifacts: name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara" when: on_failure -- cgit