From 0f28441df425d352868398c25d2fa92b82393a01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marko=20Ivan=C4=8Di=C4=87?= <marko.ivancic@srce.hr>
Date: Mon, 8 May 2023 16:39:20 +0200
Subject: [PATCH] Add niif tag

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 36e6cd3..9794a20 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,6 +14,8 @@ stages:
 
 # PHP v7.4
 test-74:
+  tags:
+    - niif-hu-shell
   stage: test
   image: cicnavi/dap:74
   script:
@@ -22,6 +24,8 @@ test-74:
 
 # PHP v8.1
 test-81:
+  tags:
+    - niif-hu-shell
   stage: test
   image: cicnavi/dap:81
   script:
-- 
GitLab