diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f68e7427534d0e254e4f290edf50537981d46ef6..09a4b3e2302234c8ad158f8078cccca437c0724f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,9 +11,10 @@ hcana_build:
   image: eicweb.phy.anl.gov:4567/containers/image_recipes/root_base:latest
   stage: build
   tags: 
-     - eic0 docker
+    - eic0 docker
   script:
-     - bash bin/compile
+    -  ls -lrth /usr/local/bin
+    - bash bin/compile
 
 hcana_docker:
   stage: build_docker