From 8a087a514ce48abd16a618c1622025bc36ee27fb Mon Sep 17 00:00:00 2001
From: schuur <schuur@astron.nl>
Date: Tue, 23 Nov 2021 14:32:42 +0100
Subject: [PATCH] -Removed tag from trigger job.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c15e257ea9..42c337dc7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,10 +55,10 @@ synth-check-programming-files:
 
 ###############################################################################
 # Hardware stage
+# . for some reason we cannot use tags + trigger together. So this will be
+#   run on the shared Gitlab runner - which is fine.
 ###############################################################################
 trigger-opc-ua-test:
-    tags: 
-        - fpga
     stage: hardware
     only:
         changes:
-- 
GitLab