From c55c268f5c6ac1c160e4be4d8eaf0753b8474f63 Mon Sep 17 00:00:00 2001
From: Administrator <admin@example.com>
Date: Wed, 10 May 2023 22:20:24 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6565aa5..2c792d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,3 +6,6 @@ re-tag:
   script:
     - echo TRIGGER_PAYLOAD=$TRIGGER_PAYLOAD
     - cat $TRIGGER_PAYLOAD
+
+  tags:
+    - shell
\ No newline at end of file
-- 
GitLab