From f9947edc35c608e82d97a626517a3a481777a9f6 Mon Sep 17 00:00:00 2001 From: Andreas Kluge Svendsrud <andreas.k.svendsrud@ntnu.no> Date: Thu, 18 Apr 2024 08:54:42 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7de05c2..d4ba549 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ stages: - publish_pages cache: - key: "${CI_JOB_NAME}" # To keep cache across branches + key: "maven-repository" # Static Cache Key to keep cache across branches paths: - .m2/repository -- GitLab