diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79eed55387f0f117c890cdc5aea67bb32d50e335..b8cbe794a4dfa327bc0f1d1002726595d8b47662 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,10 +23,10 @@ test-job: script: # make sure that Ansible Vaults are present and can be decrypted - echo "${VAULT_VALIDATORS}" > ../lza_validators.pass - - export ANSIBLE_VAULT_IDENTITY_LIST="../../../lza_validators.pass" + - export ANSIBLE_VAULT_IDENTITY_LIST="../lza_validators.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/; - - for FILE in $( find / -name "lza_validators.pass" ); do ls -l $FILE; done + # - for FILE in $( find /home/gitlab-runner/builds/ -name "lza_validators.pass" ); do ls -l $FILE; done # run Molecule tests - molecule syntax --scenario-name default # We cannot use `molecule lint` anymore because: