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

modified: .gitlab-ci.yml

parent 97a3e85c
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,10 @@ default:
# - cd ../..
stages:
- build
- data_init
- ci_gen
- run
- benchmarks
# - benchmarks
get_data:
stage: data_init
......@@ -34,11 +34,10 @@ get_data:
- mkdir -p sim_output
generate_config:
stage: ci_gen
stage: build
tags:
- sodium
script:
- ./bin/gen_ci_config -p test_ -i dummy > config/dummy_config.yml
script: ./bin/gen_ci_config -p test_ -i dummy > config/dummy_config.yml
child-pipeline:
stage: run
......
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