Update gitlab job

This commit is contained in:
Sonny Bakker 2021-01-29 21:03:51 +01:00
parent 341d0268ec
commit 283bdd58cb

View file

@ -21,6 +21,6 @@ syntax-test:
image: python:3.7 image: python:3.7
before_script: before_script:
- pip install ansible --quiet - pip install ansible --quiet
- ansible-galaxy install -r roles/requirements.yml - ansible-galaxy install -r requirements.yml
script: script:
- ansible-playbook playbook.yml --syntax-check - ansible-playbook playbook.yml --syntax-check