From de084c2732f323f8f97d8d908e1150cad88ae378 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Tue, 10 Nov 2020 13:41:29 -0600
Subject: [PATCH] fix minor dvmp bug

---
 dvmp/config.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dvmp/config.yml b/dvmp/config.yml
index 21dfc288..f96b3b94 100644
--- a/dvmp/config.yml
+++ b/dvmp/config.yml
@@ -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
-- 
GitLab