From ac038b9ad7209b7ba222f421fd1402abf9a573b4 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Thu, 25 Jan 2024 16:50:05 +0100
Subject: [PATCH] More debug for real

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c52db34..ab7a75b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -98,6 +98,8 @@ spack:setup:
 
     - 'echo "config: { install_tree: { root: /stack/spack/opt/spack } }" > /stack/spack/etc/config.yaml'
 
+    - echo $SPACK_SYSTEM_CONFIG_PATH
+
     - spack/bin/spack config blame mirrors
     - spack/bin/spack config blame config
 
-- 
GitLab