--- image: quay.io/ansible/molecule:2.19 stages: - lint yamllint: stage: lint script: yamllint -c .yamllint.yml . ansible-lint: stage: lint script: ansible-lint *.yml ...