diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c9f6a550b2659d809b582be74c920cb0c72ec4a..6af719c176b85c48962cb6c76650dd6474e40c4f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,11 @@ test-job: - git clone https://git.slub-dresden.de/digital-preservation/ansible_lza_install_common.git ../ansible_lza_install_common/; # run Molecule tests - molecule syntax --scenario-name default - - molecule lint --scenario-name default + # We cannot use `molecule lint` anymore because: + # - https://github.com/ansible-community/molecule/pull/3802 "Remove lint command" + # - https://github.com/ansible-community/molecule/discussions/3825#discussioncomment-4908366 + - yamllint --strict --format colored ./ + - ansible-lint --format full --profile production --strict --force-color ./ - molecule create --scenario-name default - molecule converge --scenario-name default - molecule idempotence --scenario-name default