Remove lint stage to speed up tests

This commit is contained in:
Simon Hanna 2019-10-26 19:59:24 +02:00
parent 4408797e52
commit 722112cf23
1 changed files with 2 additions and 3 deletions

View File

@ -1,17 +1,16 @@
stages:
- lint
- test
- deploy
lint-python:
stage: lint
stage: test
image: openlp/debian
script:
- sh scripts/generate_resources.sh
- flake8
lint-javascript:
stage: lint
stage: test
image: openlp/angular
script:
- yarn install