diff options
| -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 b51898a..c73a131 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -28,7 +28,7 @@ mypy: | |||
| 28 | bandit: | 28 | bandit: |
| 29 | image: | 29 | image: |
| 30 | name: $CI_REGISTRY/georg/mat2-ci-images:linting | 30 | name: $CI_REGISTRY/georg/mat2-ci-images:linting |
| 31 | stage: lintin | 31 | stage: linting |
| 32 | script: | 32 | script: |
| 33 | - bandit -r ./matweb/ main.py | 33 | - bandit -r ./matweb/ main.py |
| 34 | 34 | ||
