From 4a2916f6dc28dc0eb9aaa49fee3e75b1f503ee03 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 25 Jun 2020 13:41:01 +0200 Subject: Change CI setup --- .gitlab-ci.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5253583..c8c07a56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,23 +8,20 @@ cache: - .cache/pip stages: - - build - static-analysis - test -build: - stage: build - script: - - python --version - - pip install -r requirements.txt - static-analysis: stage: static-analysis allow_failure: true script: + - python --version + - pip install -r requirements.txt - pylint opendc test: stage: test script: + - python --version + - pip install -r requirements.txt - pytest opendc -- cgit v1.2.3