diff options
| -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 0369d3e..e368853 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -23,6 +23,7 @@ mypy: | |||
| 23 | - apt-get -qqy update | 23 | - apt-get -qqy update |
| 24 | - apt-get -qqy install --no-install-recommends python3-pip | 24 | - apt-get -qqy install --no-install-recommends python3-pip |
| 25 | - pip3 install mypy | 25 | - pip3 install mypy |
| 26 | - pip3 install -r requirements.txt | ||
| 26 | - mypy --ignore-missing-imports main.py | 27 | - mypy --ignore-missing-imports main.py |
| 27 | 28 | ||
| 28 | bandit: | 29 | bandit: |
