diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d14bf56718e01be2fe3646f0c82b30b9e00ba03a..0e714b27dc8cf1b89a73fe8771c0ca2172b82e89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,9 @@ test-job:
     # make sure that Ansible Vaults are present and can be decrypted
     - echo "${VAULT_REPORTING}" > ../lza_reporting.pass
     - echo "${VAULT_INSTALL_COMMON}" > ../lza_install_common.pass
-    - export ANSIBLE_VAULT_IDENTITY_LIST="../lza_reporting.pass ../lza_install_common.pass"
+    - cat ../lza_reporting.pass
+    - cat ../lza_install_common.pass
+    - export ANSIBLE_VAULT_IDENTITY_LIST="../lza_reporting.pass, ../lza_install_common.pass"
     - rm -rf ../ansible_vaults/
     - git clone https://gitlab+deploy-token-25:${VAULT_ACCESS_TOKEN}@git.slub-dresden.de/slub-referat-2-3/ansible_vaults.git ../ansible_vaults/; \
     # run Molecule tests