diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d60af6c30dadf0d704d47068407ba44bb9d8f6fe..60158c82e413da1cf932d0db112291acb466166a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ variables: extends: - .parallel_definition variables: - MOUNT_POINT: /ssoft/stack + MOUNT_POINT: /ssoft/spack BUILDCACHE: "/work/scitas-ge/richart/ci/buildcache" MIRROR: "/work/scitas-ge/richart/ci/mirror" FAKEHOME: "/scratch/richart" diff --git a/stacks/pinot-noir-gcc/config.json b/stacks/pinot-noir-gcc/config.json index dd541dc7663a4a173cce978bdc14486addd959c9..9b415189c75085843d2c47dda2189c3ac0c454e6 100644 --- a/stacks/pinot-noir-gcc/config.json +++ b/stacks/pinot-noir-gcc/config.json @@ -24,7 +24,7 @@ }, "stack": { "version": "v1", - "mount_point": "/stack", + "mount_point": "/ssoft/spack", "system_arch": "target=x86_64_v3", "system_compiler": { "gcc@11": { diff --git a/stacks/pinot-noir/config.json b/stacks/pinot-noir/config.json index fae5342bf5077ffaf0114ea4379a7a277a69faac..f566368b0be457dde11b8e463541c5e18f73a1b4 100644 --- a/stacks/pinot-noir/config.json +++ b/stacks/pinot-noir/config.json @@ -24,7 +24,7 @@ }, "stack": { "version": "v1", - "mount_point": "/stack", + "mount_point": "/ssoft/spack", "system_arch": "target=x86_64_v3", "system_compiler": { "gcc@11": {