From 8a2cfd37cf1ce9452330e1251c6121ca562eda44 Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Tue, 18 Jun 2024 10:11:47 +0000
Subject: [PATCH] another cache version

Former-commit-id: 8a450810a8c1b216adb8445092af5b95a00bcb4d
---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26e5c266..cb56453d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,7 @@ rocky9-build:
 options-test:
   stage: test
   needs:
-    - build
+    - rocky9-build
 
   script:
     - ulimit -s unlimited
@@ -78,7 +78,7 @@ nests-test:
   stage: test
   when: manual
   needs:
-    - build
+    - rocky9-build
 
   script:
     - ulimit -s unlimited
@@ -92,7 +92,7 @@ nests-test:
 openmp-simulation:
   stage: test
   needs:
-    - build
+    - rocky9-build
 
   script:
     - ulimit -s unlimited
@@ -111,7 +111,7 @@ etex-simulation:
   stage: test
   when: manual
   needs:
-    - build
+    - rocky9-build
 
   script:
     - ulimit -s unlimited
-- 
GitLab