diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5bdecd6d78063f4ba524e7ed27f6533ffd3c786c..fd42bad09340e46e1ef1b23e93b7d14e8c94292f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,6 +51,7 @@ versioning:
   services:
     - docker:20.10-dind
   before_script:
+    - echo "Logging in as $CI_REGISTRY_USER @ $CI_REGISTRY"
     - echo $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
 
 # Create and push the integration image to the gitlab registry, if it does not exist.