From f476df1e090479fb3adf18bb3395c9ad953c79fa Mon Sep 17 00:00:00 2001
From: "Benguria Elguezabal, Gorka" <gorka.benguria@tecnalia.com>
Date: Wed, 5 Jun 2024 15:26:15 +0000
Subject: [PATCH] adds score job tag

---
 templates/gitlab-ci-k8s.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab-ci-k8s.yml b/templates/gitlab-ci-k8s.yml
index bb88e90..d9b41c5 100644
--- a/templates/gitlab-ci-k8s.yml
+++ b/templates/gitlab-ci-k8s.yml
@@ -836,7 +836,7 @@ k8s-score:
     - if: '$ENV_TYPE == "production" && ($K8S_PROD_SPACE == null || $K8S_PROD_SPACE == "")'
       when: never
     - !reference [.test-policy, rules]
-
+  tags: $[[ inputs.k8s-score-job-tags ]]
 
 # Deploy job prototype
 # Can be extended to define a concrete environment
-- 
GitLab