diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27f1860..3163d37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,3 +5,9 @@ yamllint: image: registry.gitlab.com/pipeline-components/yamllint:latest script: - yamllint . + +ansible_lint: + stage: test + image: pipelinecomponents/ansible-lint + script: + - ansible-lint --show-relpath