From 607e648ae37ebd2086a9c64ced33e97356b53dd6 Mon Sep 17 00:00:00 2001
From: lintao <lintao51@gmail.com>
Date: Wed, 13 Mar 2024 16:25:40 +0800
Subject: [PATCH] add tags.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 93f5e62f..1405a025 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,6 +47,8 @@ build:lcg:el7:
   extends: .build_template
   variables:
     LCG_RELEASE: LCG
+  tags:
+    - centos7
 
 ##############################################################################
 # Build CentOS 7 (KEY4HEP)
@@ -55,4 +57,6 @@ build:k4:el7:
   extends: .build_template
   variables:
     LCG_RELEASE: KEY4HEP_STACK
+  tags:
+    - centos7
 
-- 
GitLab