stages: - test test: stage: test image: python:2 before_script: - pip install .[test] script: - pytest tags: - docker