From 44879fa1b1e04d0e96c248d0f3239f7f0f61f527 Mon Sep 17 00:00:00 2001
From: Lorenzo Pagliai <lorenzo.pagliai@seco.com>
Date: Mon, 14 Nov 2022 16:50:58 +0100
Subject: [PATCH] Remove tag in trigger job (invalid syntax)

---
 manifest-integration.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/manifest-integration.yml b/manifest-integration.yml
index 56a0811..7295372 100644
--- a/manifest-integration.yml
+++ b/manifest-integration.yml
@@ -111,8 +111,6 @@ merge:
  # --------------------------------------------------------------------------------------
 build:
   stage: build
-  tags:
-    - infrastructure
   rules:
     # Do not run build if the "skip build" label is set on the merge request
     - if: $CI_MERGE_REQUEST_LABELS =~ /skip build/
-- 
GitLab