diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2bbc80069145eb023e15cf6b856eb2d080cae2f2..ef06edef9ccc800f2ea4da42929d98061a432e31 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,6 +26,9 @@ variables:
       $CREATE_ENV_VARS $BUILD_DIR
 
     - with-ssh-key floatup ${LIBVIRT:+--ssh $LIBVIRT} --inventory $BUILD_DIR/hosts.yml --ram 2048 --cpu 2 --image ${VM_IMAGE:-bookworm} ${FLOATUP_ARGS} up
+    - ls -al /root/.ssh
+    - cat /root/.ssh/config
+    - cat $BUILD_DIR/hosts.yml
     - with-ssh-key ./test-driver init --no-vagrant $BUILD_DIR
     - with-ssh-key ./test-driver run $BUILD_DIR
   after_script: