From 6771daa383d6771a07a766b0e7c08939750b0b09 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Dvo=C5=99=C3=A1k?= <xdvora19@fi.muni.cz>
Date: Thu, 30 May 2024 00:29:59 +0200
Subject: [PATCH] missing runner

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 46e9054..f18b1ff 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,9 @@ setup:
       - docs/tech
       - files-from-repos
       - files-from-repos/deployment-files.zip
+  tags:
+  - inject
+
 
 build:
   stage: build
@@ -34,6 +37,9 @@ build:
       - public
   dependencies:
     - setup
+  tags:
+    - inject
+
 
 pages:
   stage: deploy
@@ -44,3 +50,5 @@ pages:
       - public
   only:
     - main
+  tags:
+    - inject
-- 
GitLab