diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7a25f979cc306cdb2f4ee5d86e478cb2aea10646..27d7eaa859294669739ffb9fbf71d55add01033b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -155,10 +155,11 @@ spack:install_compilers:
     - |
       while read -r compiler_hash
       do
+        echo "spack/bin/spack compiler find --scope system $(spack/bin/spack location -i ${compiler_hash})"
         spack/bin/spack compiler find --scope system $(spack/bin/spack location -i ${compiler_hash})
       done <<< $(echo ${hashes})
 
-    - spack/bin/spack -e . config compilers
+    - spack/bin/spack -e . config blame compilers
 
   artifacts:
     reports: