From c08f610d42559f2174452670a8e17fc5ed3a0e36 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Wed, 19 May 2021 13:57:39 +0000
Subject: [PATCH] fix directory

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index edf5583..3d66096 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -100,7 +100,7 @@ dump_geometry:
     - common:detector
   script:
    - echo "dumping geometry"
-   - mkdir -p images
+   - mkdir -p geo
    ## full geo with downstream beamline
    - dd_web_display --output geo/detector_geo_full.root ${DETECTOR_PATH}/reference_detector.xml
    ## only central detector geo
-- 
GitLab