From 1a12bebaf8f40ebd89cf9ce355d548112679f911 Mon Sep 17 00:00:00 2001
From: schuur <schuur@astron.nl>
Date: Tue, 23 Nov 2021 15:45:53 +0100
Subject: [PATCH] -Added tag to job.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b467aa62..8a57211d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,8 @@ stages:
 
 
 run-opc-ua-test:
+    tags: 
+        - sdptr
     stage: run-opc-ua-test
     script:
         - echo "Running OPC UA test."
-- 
GitLab