From 4efa2d63893bb5256474bfb739349e82531fe2f2 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 25 Jun 2020 13:22:17 +0200 Subject: Change CI setup --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 74a40971..2d7e12b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,8 @@ build: script: - python --version - python setup.py install - - pip install pylint pytest + - pip show -f pylint + - export PATH=$HOME/.local/bin:$PATH static-analysis: stage: static-analysis -- cgit v1.2.3