From 2b6a9f94186cf9d805cd561d07e5cee16b334eec Mon Sep 17 00:00:00 2001
From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com>
Date: Thu, 19 Sep 2024 00:00:06 +0200
Subject: [PATCH] adds job tags

---
 templates/gitlab-ci-node.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/templates/gitlab-ci-node.yml b/templates/gitlab-ci-node.yml
index d9c7889..59be68d 100644
--- a/templates/gitlab-ci-node.yml
+++ b/templates/gitlab-ci-node.yml
@@ -713,6 +713,7 @@ node-build:
     - if: '$NODE_BUILD_DISABLED != "true"'
     # else (test only): apply test-policy
     - !reference [.test-policy, rules]
+  tags: $[[ inputs.node-build-job-tags ]]
 
 node-lint:
   extends: .node-base
@@ -734,6 +735,7 @@ node-lint:
       when: never
     # on production or integration branch(es): auto & failing
     - !reference [.test-policy, rules]
+  tags: $[[ inputs.node-lint-job-tags ]]
 
 ###############################################################################################
 # Test stage: audit & outdated
-- 
GitLab