From b5aca2601d2fb4021f1017bdc9494807c580b1e8 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Thu, 25 Jan 2024 00:06:56 +0100
Subject: [PATCH] wrong indentations

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1ea4a9..fcb63a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,8 +45,8 @@ variables:
 
 .spack_cache:
   - key: ${environment}-spack-cache
-      policy: pull-push
-      untracked: true
+    policy: pull-push
+    untracked: true
 
 # ------------------------------------------------------------------------------
 spack:setup:
-- 
GitLab