View file File name : .gitlab-ci.yml Content :image: python stages: - test before_script: - make virtualenv style: stage: test script: - make style unit: stage: test script: - source env/bin/activate - make test