From be027b1af9a834ce3e1ea46a0c9846509ee2d0ea Mon Sep 17 00:00:00 2001
From: Giovanni La Mura <giovanni.lamura@inaf.it>
Date: Sun, 24 Dec 2023 18:32:16 +0100
Subject: [PATCH] Remove unsupported tags from pipeline configuration

---
 .gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5b393dfb..bbd23ef2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,8 +34,6 @@ building_stage:
          - ".git*"
          - ".git/**/*"
       expire_in: 2 hours
-   tags:
-     - saas-linux-small-amd64
    script:
       # bash commands to be executed
       - pwd
@@ -64,8 +62,6 @@ running_stage:
          - ".git*"
          - ".git/**/*"
       expire_in: 2 hours
-   tags:
-     - saas-linux-small-amd64
    script:
       # bash commands to be executed
       - pwd
@@ -98,8 +94,6 @@ testing_stage:
          - ".git*"
          - ".git/**/*"
       expire_in: 2 hours
-   tags:
-     - saas-linux-small-amd64
    script:
       # bash commands to be executed
       - pwd
-- 
GitLab