From e3d407e9b94dbaf17323dc459a3bd82fdf5b8141 Mon Sep 17 00:00:00 2001 From: Robert Einsle Date: Sat, 3 Nov 2018 16:59:49 +0100 Subject: [PATCH] update gitlab runner config --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 857fcb8..c8df8a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,11 @@ before_script: - - echo $PATH - pipenv install -d -flake8: +style: stage: test script: - pipenv run flake8 -xenon: +complexity: stage: test script: - - pipenv run xenon -bB -mA -aA + - pipenv run radon cc . + - pipenv run xenon -bB -mA -aA .