diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c24128bed803b2c5dd778d3d543f424d1b79d6e..24668b83efef85e5d3ae601a544f5ec684cf78e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,6 @@ variables:
   #-Dmaven.repo.local=$HOME/.m2/repository
 
 stages:
-- show_env
 - build_sde
 - build_est
 - test
@@ -23,13 +22,6 @@ stages:
 #- documentation
 #- release
 
-show_env_job:
-    stage: show_env
-    environment: staging
-    script:
-    - "ls ~/.m2/repository/eu/fbk/eclipse/standardtools"
-    - "ls ~/.m2/repository/eu/fbk/eclipse/standardtools/eu.fbk.eclipse.standardtools.utils/1.0.0-SNAPSHOT/"
-
 sde_build_test_job:
     stage: build_sde
     environment: staging