diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b67872523f549351576cf14b84e5bfaeb6e298e9..54deaca0ba3417bb71f4ae1b92effcacf8de009c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,12 +18,13 @@ include:
   - |
     echo "Env vars:"
     echo
-    env | grep -E '^(HOSTNAME|IP_ADDRESS|ANSIBLE_HOST_KEY_CHECKING|KANIKO_BUILD_IMAGENAME|SSH_KEY_ID|SHELL|CI_PROJECT_DIR)='
+    env | grep -E '^(CLUSTER_NAME|FQDN|IP_ADDRESS|ANSIBLE_HOST_KEY_CHECKING|KANIKO_BUILD_IMAGENAME|SSH_KEY_ID|SHELL|CI_PROJECT_DIR)='
     echo
     echo "Uptime:                    $(uptime)"
     echo "KANIKO build image ref:    ${CI_REGISTRY_IMAGE}/${KANIKO_BUILD_IMAGENAME}:${CI_CONTAINER_TAG}"
     echo
   - if [ -f .ci.env ]; then echo "Content of .ci.env:"; cat .ci.env; fi
+  - if [ -f .cluster.env ]; then echo "Content of .ci.env:"; cat .cluster.env; fi
 
 # The dotenv report requires us to report the artifacts in every job that is
 # required with a `needs:` from another job.
@@ -591,10 +592,7 @@ zulip-kustomization-ready:
   script:
     - *debug_information
     - cd ansible/
-    - >
-      pytest -v -s -m 'certs' --resource="$RESOURCE" --connection=ansible
-        --ansible-inventory=../${CLUSTER_DIR}/inventory.yml
-        --hosts='ansible://*' --reruns 120 --reruns-delay 10
+    - pytest -v -s -m 'certs' --resource="$RESOURCE" --reruns 120 --reruns-delay 10
   interruptible: true
 
 nextcloud-cert: