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