--- image: python:3.7-buster jobs: script: - tests/setup-gitlab.sh - pip install tox - tox after_script: - tests/setup-gitlab.sh cleanup