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