From f2e2309a49adc5af825ee410bea0ac8d08856644 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Wed, 23 Mar 2022 14:13:07 +0100
Subject: [PATCH] changed rules.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8b32b66bfd..d6a7c783b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -89,15 +89,17 @@ synth-check-programming-files:
 ###############################################################################
 trigger-opc-ua-test:
     stage: hardware
-    only:
-        changes:
-            - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
+#    only:
+#        changes:
+#            - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
 #  script:
 #      - echo "Found updated programming file. Triggering OPC UA test in SDPTR repo."
     trigger:
         project: LOFAR2.0/sdptr
         branch: L2SDP-571
     rules:
+        changes:
+            - applications/lofar2/images/lofar2_unb2b_sdp_station_full.tar.gz
         - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
 
 
-- 
GitLab