diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1517553..05a9b19 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ lint-job: stage: lint script: - echo "Running lint to check for linting violations" - - lint -c lint.cfg + - ansible-lint -c lint.cfg only: - branches except: