adds dependencies to .gitlab-ci.yml
This commit is contained in:
parent
9b939e51e7
commit
19be460edc
@ -2,7 +2,7 @@ image: "python:3.7"
|
||||
|
||||
before_script:
|
||||
- python --version
|
||||
- pip install coverage pytest pytest-cov pylint recordclass coverage coverage-badge
|
||||
- pip install coverage pytest pytest-cov pylint recordclass coverage coverage-badge pylint-exit anybadge
|
||||
|
||||
stages:
|
||||
- Static Analysis
|
||||
|
Loading…
Reference in New Issue
Block a user