From e041505d391c1fefb20f14088606693e6e5ac2ba Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Sat, 3 Oct 2020 22:51:52 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 08c5ff32..2bddb0b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,9 @@ default: stages: - build - data_init + - config - run + - finish get_data: stage: data_init @@ -32,7 +34,7 @@ get_data: - mkdir -p sim_output generate_config: - stage: run + stage: config needs: ["get_data"] tags: - sodium @@ -59,7 +61,7 @@ dis-pipeline: strategy: depend final_report: - stage: run + stage: finish tags: - sodium needs: ["dis-pipeline","dummy-pipeline"] -- GitLab