diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-25 13:22:17 +0200 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-06-25 13:22:17 +0200 |
| commit | 4efa2d63893bb5256474bfb739349e82531fe2f2 (patch) | |
| tree | df0d99060cc58f17c0df746ad334290f00b54177 | |
| parent | b2d0d6333999437318fe3ae598cbd9100d755b30 (diff) | |
Change CI setup
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
