diff options
| author | Jan Friedli | 2020-05-21 17:28:54 +0200 |
|---|---|---|
| committer | jfriedli | 2020-05-21 09:14:28 -0700 |
| commit | 28ab47c4eb59f2f8da47f17e90a65b09bde66460 (patch) | |
| tree | 33c4d494de5f6f021f4cec2cc8691afe35388f08 /.gitlab-ci.yml | |
| parent | 06b2e312b9062c2884b95a710c44a77b54664a50 (diff) | |
fixed wrong stage name
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 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 | ||
