summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Friedli2020-05-21 17:28:54 +0200
committerjfriedli2020-05-21 09:14:28 -0700
commit28ab47c4eb59f2f8da47f17e90a65b09bde66460 (patch)
tree33c4d494de5f6f021f4cec2cc8691afe35388f08
parent06b2e312b9062c2884b95a710c44a77b54664a50 (diff)
fixed wrong stage name
-rw-r--r--.gitlab-ci.yml2
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:
28bandit: 28bandit:
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