Skip to content
Snippets Groups Projects
Commit de084c27 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

fix minor dvmp bug

parent 3ffbbe7a
No related branches found
No related tags found
No related merge requests found
...@@ -24,10 +24,12 @@ dvmp:jpsi_central:process: ...@@ -24,10 +24,12 @@ dvmp:jpsi_central:process:
- dvmp:generate - dvmp:generate
timeout: 1 hour timeout: 1 hour
script: script:
- mkdir -p results/data/dvmp
- mkdir -p results/plots/dvmp
- echo "Running the detector simulation" - echo "Running the detector simulation"
- touch results/dvmp/sim-stub - touch results/data/dvmp/sim-stub
- echo "Running the reconstruction" - echo "Running the reconstruction"
- touch results/dvmp/rec-stub - touch results/data/dvmp/rec-stub
artifacts: artifacts:
paths: paths:
- results - results
......
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