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

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

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