From ca01d1984f3a30e91679de1e5b04c718fb28559d Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 20 Jul 2020 20:28:17 -0500
Subject: [PATCH] 	modified:   .gitlab-ci.yml

---
 .gitlab-ci.yml | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce102a90..d9a9e9c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,26 @@
 image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest 
 
 stages:
-  - phase1
-  - phase1
+  - trackers
+  - calorimeters
+  - pid
+  - others
+
+track_test1:
+  stage: trackers
+  script:
+    - bash trackers/dummy_test.sh
+
+cal_test1:
+  stage: calorimeters
+  script:
+    - bash calorimeters/dummy_test.sh
+
+pid_test1:
+  stage: pid
+  script:
+    - bash pid/dummy_test.sh
+
 
 #compile:
 #  stage: build
-- 
GitLab