--- image: python:3.6 stages: - test - release include: - project: 'infra/platform' ref: master file: '/templates/python.ci.yml' test: stage: test script: - pip install .[dev] - python -m unittest djangoldp_notification.tests.runner except: - master - tags tags: - test