diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d072439c1f198e68f9b135b857a68a5501889a2a..55bee84d5964fc47fc6fb5c44582516508dfee05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,8 @@ test-job: - "shell" script: # make sure that Ansible Vaults are present and can be decrypted - - echo "${VAULT_INSTALL_COMMON}" > ../lza_install_common.pass - - export ANSIBLE_VAULT_PASSWORD_FILE=../lza_install_common.pass + - echo "${VAULT_INGEST}" > ../lza_ingest.pass + - export ANSIBLE_VAULT_PASSWORD_FILE=../lza_ingest.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