Switch to python 3.9 image

This commit is contained in:
2023-01-09 22:58:27 +01:00
parent d9b5d36835
commit 969ba0f64c

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