From 5ff781a4ced827e3b4c8533e57d28bedfe73725d Mon Sep 17 00:00:00 2001 From: ROBERT HA Date: Fri, 7 Oct 2022 13:48:49 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d95d6859..7dc5a5a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ pylint: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics test: - stage: Static Analysis + stage: Test script: - coverage run -m pytest