diff options
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3aa4ae6..b322ade 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -20,7 +20,7 @@ mypy: | |||
| 20 | - apt-get -qqy install --no-install-recommends python3-pip | 20 | - apt-get -qqy install --no-install-recommends python3-pip |
| 21 | - pip3 install mypy | 21 | - pip3 install mypy |
| 22 | - pip3 install -r requirements-test.txt | 22 | - pip3 install -r requirements-test.txt |
| 23 | - mypy --ignore-missing-imports matweb main.py | 23 | - mypy --ignore-missing-imports --explicit-package-bases matweb main.py |
| 24 | 24 | ||
| 25 | bandit: | 25 | bandit: |
| 26 | image: | 26 | image: |
