From b2d0d6333999437318fe3ae598cbd9100d755b30 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 25 Jun 2020 13:15:10 +0200 Subject: Change CI setup --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 73570569..74a40971 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ build: script: - python --version - python setup.py install + - pip install pylint pytest static-analysis: stage: static-analysis -- cgit v1.2.3