--- include: - template: Security/Secret-Detection.gitlab-ci.yml image: registry.git.saibotk.de/saibotk.de/infrastructure-ci-container:latest stages: - lint - test ansible-lint: stage: lint script: - ansible-lint *.yml