diff --git a/bin/gen_ci_config b/bin/gen_ci_config
index b21893a2c7cefe216e7fec37e1ba61d773235bbb..da8803e03decd673c8d05ddebff0b8c298e12cb0 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}