pipeline: ansible-latest: image: python:2.7-slim pull: True commands: - pip install ansible ansible-later -q - git ls-files *[^LICENSE,.md] | xargs ansible-later group: test ansible-master: image: python:2.7-slim pull: True commands: - pip install ansible ansible-later -q - git ls-files *[^LICENSE,.md] | xargs ansible-later group: test