From 3856254d7b1377696ba5efdafa196cc826b23aad Mon Sep 17 00:00:00 2001 From: Nicolas Richart <nicolas.richart@epfl.ch> Date: Thu, 13 Jun 2024 11:19:29 +0200 Subject: [PATCH] Wrong location for spack_env.sh --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a10ee5..772f6ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -121,7 +121,7 @@ spack:install: - .parallel_job - .spack_cache script: - - source stack_env.sh + - source ci/stack_env.sh - ${STACK_LOCATION}/spack/bin/spack -e ${SPACK_SYSTEM_CONFIG_PATH} install --log-file spack-install.xml --log-format junit -- GitLab