From 10b57a830dbcb71eaf20fb9ede661e13c94cb6ee Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 20 Jul 2020 22:26:07 -0500
Subject: [PATCH] 	modified:   .gitlab-ci.yml

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c8af131b..97e6abec 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,7 @@ default:
 
 stages:
   - data_init
+  - ci_gen
   - benchmarks
     #  - simulate
     #- others
@@ -26,7 +27,7 @@ get_data:
     - mkdir -p results
 
 generate_config:
-  stage: data_init
+  stage: ci_gen
   tags:
     - sodium
   script:
-- 
GitLab