From 16652fe1aa638ece4a3118d342dc39bcb6096dbc Mon Sep 17 00:00:00 2001
From: "jihee.kim" <jihee.kim@anl.gov>
Date: Tue, 6 Oct 2020 21:40:19 -0500
Subject: [PATCH] Fixed position of simulation part

---
 .gitlab-ci.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f6101bf1..b7c0df08 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -191,15 +191,6 @@ crystal_benchmark:
     - root -b -q calorimeters/simple_checking_crystal.cxx+
   allow_failure: true
 
-deploy_results:
-  stage: deploy
-  needs:
-    - ["zdc_benchmark","zdc_benchmark_info_histogram"]
-  tags:
-    - sodium
-  script:
-    - echo "deploy results!"
-
 crystal_pion_simulation:
   stage: simulate
   needs:
@@ -210,6 +201,15 @@ crystal_pion_simulation:
     - cp topside/topside.xml ./.
     - bash calorimeters/run_simulation_crystal_pion.sh
 
+deploy_results:
+  stage: deploy
+  needs:
+    - ["zdc_benchmark","zdc_benchmark_info_histogram"]
+  tags:
+    - sodium
+  script:
+    - echo "deploy results!"
+
       #  artifacts:
       #    paths:
       #      - datasets
-- 
GitLab