diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cc80c11c1a47314baf3c0c73b64ff6e87402ff82..fe99e3e320bb2cdf7e2a2d7629f923a81decc01f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,10 +73,8 @@ common:setup:
   before_script:
   script:
     - |
-      #df -h
-      #mount
-      #find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
-      #head /tmp/df
-      #tail -n 1000 /tmp/df
-      ls -la /scratch/detector_benchmarks_111244/sim_output/zdc_sigma/epic_zdc_sipm_on_tile_only_rec_sigma_dec_125GeV_0.edm4eic.root
-      ls -la `readlink /scratch/detector_benchmarks_111244/sim_output/zdc_sigma/epic_zdc_sipm_on_tile_only_rec_sigma_dec_125GeV_0.edm4eic.root`
\ No newline at end of file
+      df -h
+      mount
+      find `realpath /scratch` -type f -print0 | du -s --files0-from=- | sort -n > /tmp/df
+      head /tmp/df
+      tail -n 1000 /tmp/df
\ No newline at end of file