From 9fb21cf03702d32ff83e65ee61d85bffbc433281 Mon Sep 17 00:00:00 2001 From: Nicolas Richart <networms@gmail.ch> Date: Wed, 12 Mar 2025 23:50:17 +0100 Subject: [PATCH] Reordering stages --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45c547c..62d9791 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,13 +2,14 @@ # yaml-language-server: $format.enable=false stages: + - linters + - checkout - environment - compilers - concretize - install - release - deploy - - linters workflow: rules: @@ -105,7 +106,7 @@ variables: # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ spack:checkout: - stage: .pre + stage: checkout variables: APPTAINER_EXEC_OPTIONS: >- --cleanenv -- GitLab