From b4606e50cdb0b749f198e6b1e808d7c69922015a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Corn=C3=A9=20Lukken?= <lukken@astron.nl>
Date: Thu, 14 Sep 2023 11:05:23 +0000
Subject: [PATCH] L2SS-1450: Add multi project integration test trigger job
 (TMSS, COBALT, Station Control)

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b3ccae15f0..71269d3c55e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -515,6 +515,16 @@ unit_and_integration_and_regression_test_TMSS:
     paths:
       - build/gnucxx11_opt/Testing/Temporary/LastTest.log
 
+multi_project_integration_test_TMSS_COBALT_STATION:
+  stage: integration_test
+  variables:
+    LOFAR_VERSION: $CI_COMMIT_SHA
+    COBALT_VERSION: main
+    TANGO_VERSION: master
+  trigger:
+    project: lofar2.0/multi-project-integration
+    strategy: depend
+
 #
 # REGRESSION TEST STAGE
 #
-- 
GitLab