From 54b5ea52329adc38013035c375bf689b35c3a24b Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Thu, 25 Jan 2024 00:21:44 +0100 Subject: [PATCH] cache not working --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bb6783..eb77299 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,9 @@ variables: cache: key: ${environment}-spack-cache policy: pull-push - untracked: true + paths: + - spack/ + - compiler_definitions.yaml # ------------------------------------------------------------------------------ spack:setup: -- GitLab