From 7d1830d072a49b20fd73a8365f55a3d29eaa17d2 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Fri, 16 Jun 2023 10:48:36 +0200
Subject: [PATCH] PIPELINE

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cf3ba01..9e4b424 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,6 @@ stages:
   - setup
   - test
   - deploy
-  - trigger_downstream
 
 info:
   tags: [cached-dind]
@@ -176,8 +175,8 @@ trigger_inttest:
 
 # After the cppinttest have been successful, also start tests for Octave...
 trigger_octavelib:
-  stage: trigger_downstream
-  needs: [ trigger_prepare ]
+  stage: deploy
+  needs: [ trigger_prepare, trigger_inttest ]
   inherit:
     variables:
       # List the variables that shall be inherited, which also means they will override any equally
@@ -198,8 +197,8 @@ trigger_octavelib:
 
 # ... and for Julia.
 trigger_julialib:
-  stage: trigger_downstream
-  needs: [ trigger_prepare ]
+  stage: deploy
+  needs: [ trigger_prepare, trigger_inttest ]
   inherit:
     variables:
       # List the variables that shall be inherited, which also means they will override any equally
-- 
GitLab