Skip to content
Snippets Groups Projects
Commit e041505d authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: .gitlab-ci.yml

parent 51426095
No related branches found
No related tags found
No related merge requests found
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment