lint-python:
stage: test
image: python:latest
script:
- pip install tox flake8
- flake8
lint-yaml:
- pip install yamllint
- yamllint *.yaml