stages: - test test: stage: test image: python:3 before_script: - apt-get update - apt-get install libgirepository1.0-dev -y - pip install .[test] script: - pytest tags: - docker