diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6bf02d13db0914a1a9f370facb4961eea9b285f7..67e8b4e5a19f0836bb50fda7030509a6b2973dbd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,6 @@ makefile_generation_and_compilation_plus_run_nrt_tests_ubuntu:
         - docker build -t test_ubuntu22_image -f CI/Dockerfile_ubuntu22.04_autotools .
         - docker run --memory=10G -td -v $(pwd):/ROCK -w /ROCK --name test_all_ubuntu test_ubuntu22_image
         - docker ps -a
-        - docker exec test_all_ubuntu bash -c "ls"
-        # - docker exec test_all_ubuntu bash -c "./CI/run_tests_ci.sh" 
+        - docker exec test_all_ubuntu bash -c "ls -l CI/"
+        - docker exec test_all_ubuntu bash -c "CI/run_tests_ci.sh"