From 29474ea8e8899b510fae6fcc8b6342701ff06ce9 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Wed, 23 Mar 2022 16:13:45 +0100
Subject: [PATCH] -Passing variable downstream.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 90bee7568b..86f8671ff6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -85,8 +85,11 @@ synth-check-programming-files:
 ###############################################################################
 # Trigger hardware test only on merge request
 ###############################################################################
+
 trigger-opc-ua-test:
     stage: hardware
+    variables:
+        HDL_BRANCH: $CI_COMMIT_BRANCH
     only:
         changes:
             - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
-- 
GitLab