From 43b904d867683e0bbb2c92110f931d90f737994a Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 20 Jul 2020 22:37:37 -0500
Subject: [PATCH] 	modified:   bin/gen_ci_config

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

diff --git a/bin/gen_ci_config b/bin/gen_ci_config
index 48720167..0d38a2a5 100755
--- a/bin/gen_ci_config
+++ b/bin/gen_ci_config
@@ -59,6 +59,7 @@ do
   ifile=$((ifile+1))
   cat <<EOF 
 ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
+  stage: benchmarks
   script:
     - bash ${script_name}
   allow_failure: true
@@ -73,6 +74,7 @@ do
   ifile=$((ifile+1))
   cat <<EOF 
 ${CI_JOB_PREFIX}${ifile}_${filename_noext}:
+  stage: benchmarks
   script:
     - root -b -q ${script_name}
   allow_failure: true
-- 
GitLab