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

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

diff --git a/bin/gen_ci_config b/bin/gen_ci_config
index 0d38a2a5..2fef102c 100755
--- a/bin/gen_ci_config
+++ b/bin/gen_ci_config
@@ -52,6 +52,12 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
 shopt -s nullglob
 ifile=0
 
+
+cat <<EOF 
+stages:
+  #- simulate
+  - benchmarks
+
 for script_name in ${BENCHMARK_SCRIPT_DIR}/*.sh
 do
   filename=$(basename ${script_name})
-- 
GitLab