diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ad20ae4626ae5f435f11bf7fc5037386111d199..255be922a7a4c79777a83744f5a9e263197659a0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,22 @@
 image: eicweb.phy.anl.gov:4567/containers/eic_container/eic_container:latest 
 
 stages:
-  - trackers
-  - calorimeters
-  - pid
+  - data_init
+  - detectors
     #- others
 
+get_data:
+  stage: data_init
+  tags:
+    - sodium
+  script:
+    - git clone https://eicweb.phy.anl.gov/EIC/datasets.git datasets
+      #  artifacts:
+      #    paths:
+      #      - datasets
+
 track_test1:
-  stage: trackers
+  stage: detectors
   tags:
     - sodium
   script:
@@ -15,7 +24,7 @@ track_test1:
   allow_failure: true
 
 cal_test1:
-  stage: calorimeters
+  stage: detectors
   tags:
     - sodium
   script:
@@ -23,7 +32,7 @@ cal_test1:
   allow_failure: true
 
 pid_test1:
-  stage: pid
+  stage: detectors
   tags:
     - sodium
   script:
diff --git a/trackers/dummy_test.sh b/trackers/dummy_test.sh
index 1dc291aa0a6e630acd04d3b8b37e37c93ab3daf2..d7e83841010de3940c34a55b6a3b3c7a2a746a55 100644
--- a/trackers/dummy_test.sh
+++ b/trackers/dummy_test.sh
@@ -3,4 +3,7 @@
 echo "Tracker Dummy Test..."
 echo "passes."
 
+
+ls -lrth
+
 exit 0