diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ce102a90d82165c14f73b073e29153efa3bceb56..d9a9e9c127d972aad550a62702b0d9f7b5ab1ac5 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