diff --git a/dvmp/config.yml b/dvmp/config.yml
index 21dfc288c08e2332c456fbd728f0a144d5b770f8..f96b3b94c2c039b660729a8a8dc5fd18c7e6b547 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