From cf74e7be64261137017cd5b8e8935b0a792b2250 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Sat, 3 Oct 2020 22:27:52 -0500
Subject: [PATCH] 	modified:   bin/gen_ci_config

---
 bin/gen_ci_config | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/gen_ci_config b/bin/gen_ci_config
index b21893a2..da8803e0 100755
--- a/bin/gen_ci_config
+++ b/bin/gen_ci_config
@@ -66,6 +66,8 @@ do
   ifile=$((ifile+1))
   cat <<EOF 
 ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
+  tags:
+    - ${CI_TAG}
   stage: benchmarks
   script:
     - bash ${script_name}
@@ -81,6 +83,8 @@ do
   ifile=$((ifile+1))
   cat <<EOF 
 ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
+  tags:
+    - ${CI_TAG}
   stage: benchmarks
   script:
     - root -b -q ${script_name}
-- 
GitLab