diff options
| author | Georgios Andreadis <info@gandreadis.com> | 2020-06-25 13:15:10 +0200 |
|---|---|---|
| committer | Georgios Andreadis <info@gandreadis.com> | 2020-06-25 13:15:10 +0200 |
| commit | b2d0d6333999437318fe3ae598cbd9100d755b30 (patch) | |
| tree | 0604ba171db8c44403917f8a73fc7f39e670d8c6 | |
| parent | 9f0827eb9499903391a0bba57c8f4ccf8df81d5e (diff) | |
Change CI setup
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
