From 722112cf2359592b85e048a55df77a0da9719ab9 Mon Sep 17 00:00:00 2001 From: Simon Hanna Date: Sat, 26 Oct 2019 19:59:24 +0200 Subject: [PATCH] Remove lint stage to speed up tests --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58d647ebf..73294d97f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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