diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5ed566dddcd5d2fa9a2fb67e2333fdc8c779add1..22b596b84e7905b4e62c1b4725770eb8f4b8946a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,6 +10,8 @@ docker-build:
   # All other branches are tagged with the escaped branch name (commit ref slug)
   script:
     - |
+      echo "Runtime Variables"
+      echo "CI_REGISTRY: $CI_REGISTRY"
       echo "CI_REGISTRY_USER: $CI_REGISTRY_USER"
       echo "CI_REGISTRY_PASSWORD: $CI_REGISTRY_PASSWORD"
       echo "CI_REGISTRY: $CI_REGISTRY"