From bea0c5354f8e0614f677ad5836c4f32bc7b5fab7 Mon Sep 17 00:00:00 2001
From: Nicolas Richart <nicolas.richart@epfl.ch>
Date: Mon, 12 Aug 2024 20:18:20 +0200
Subject: [PATCH] Missing image...

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3e3bd4..017c76b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,22 +27,27 @@ variables:
         stack: ["pinot-noir"]
         app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
         path_suffix: ['']
+
       - environment: [izar]
         slurm_options: ['-c 40 --gpus 2 -p izar']
         apptainer_options: ['-nv']
         stack: ["pinot-noir"]
+        app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
         path_suffix: ['izar/']
+
       - environment: [jed]
         slurm_options: ["-c 72 -p jed -q jed"]
         stack: ["pinot-noir"]
         app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
         path_suffix: ['']
+
       - environment: [kuma-h100]
         slurm_options: ["-c 64"]
         stack: ["pinot-noir"]
         apptainer_options: ['--nv']
         app_image: ["registry.c4science.ch/scitas-stack/rhel9-kuma"]
         path_suffix: ['']
+
       - environment: [kuma-l40s]
         slurm_options: ["-c 64"]
         stack: ["pinot-noir"]
-- 
GitLab