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

fix minor dvmp bug

parent 3ffbbe7a
Branches
No related tags found
No related merge requests found
......@@ -24,10 +24,12 @@ dvmp:jpsi_central:process:
- dvmp:generate
timeout: 1 hour
script:
- mkdir -p results/data/dvmp
- mkdir -p results/plots/dvmp
- echo "Running the detector simulation"
- touch results/dvmp/sim-stub
- touch results/data/dvmp/sim-stub
- echo "Running the reconstruction"
- touch results/dvmp/rec-stub
- touch results/data/dvmp/rec-stub
artifacts:
paths:
- results
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment