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: ...@@ -19,7 +19,9 @@ default:
stages: stages:
- build - build
- data_init - data_init
- config
- run - run
- finish
get_data: get_data:
stage: data_init stage: data_init
...@@ -32,7 +34,7 @@ get_data: ...@@ -32,7 +34,7 @@ get_data:
- mkdir -p sim_output - mkdir -p sim_output
generate_config: generate_config:
stage: run stage: config
needs: ["get_data"] needs: ["get_data"]
tags: tags:
- sodium - sodium
...@@ -59,7 +61,7 @@ dis-pipeline: ...@@ -59,7 +61,7 @@ dis-pipeline:
strategy: depend strategy: depend
final_report: final_report:
stage: run stage: finish
tags: tags:
- sodium - sodium
needs: ["dis-pipeline","dummy-pipeline"] 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