diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4618c3bc209c2173a9952c3d08acf60de5113085..a4ae28332b3dae1ada196741b678666a22c3ed16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,7 @@ deploy:
   - mkdir ~/.ssh
   - ssh-keyscan -p 2222 wine.unobtanium.de > ~/.ssh/known_hosts
   - chmod 0600 "$DEPLOY_SSH_KEY"
+  - cat "$DEPLOY_SSH_KEY"
   - pv invinoveritas | ssh -i "$DEPLOY_SSH_KEY" -p 2222 wine@wine.unobtanium.de
 
 stages: