diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b4ceab5b2f53971313657ae8d46ad9c041de81a..260e3213c461150c9af92dc0d31e2a4357376287 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,5 @@ ansible-lint: stage: test image: pipelinecomponents/ansible-lint:latest - # We need to do some clean-up first - allow_failure: true script: - ansible-lint . - # Only on merge requests for now - only: - - merge_requests