Compare commits

..

4 Commits

Author SHA1 Message Date
969ba0f64c
Switch to python 3.9 image 2023-01-09 22:58:27 +01:00
d9b5d36835
Not yet 2023-01-09 22:55:21 +01:00
9f86e143fe Oops vim autoindent 2023-01-09 21:51:10 +00:00
a49da1f3ef
Enable SAST 2023-01-09 22:47:34 +01:00

View File

@ -1,6 +1,6 @@
run tests: run tests:
stage: test stage: test
image: python:3.8 image: python:3.9
script: script:
- pip install pytest pytest-cov pytest-mock pytest-flask - pip install pytest pytest-cov pytest-mock pytest-flask
- pip install Flask-HTTPAuth - pip install Flask-HTTPAuth