Skip to content
Snippets Groups Projects
Unverified Commit 9308b343 authored by Georg Krause's avatar Georg Krause
Browse files

Run tests in our own testing image and for all supported python versions

parent 97082f25
Branches
Tags
No related merge requests found
Pipeline #20021 passed
...@@ -10,7 +10,10 @@ lint: ...@@ -10,7 +10,10 @@ lint:
test: test:
stage: test stage: test
image: python:3.10-alpine parallel:
matrix:
- PY_VER: ["3.7", "3.8", "3.9", "3.10"]
image: $CI_REGISTRY/funkwhale/backend-test-docker:$PY_VER
before_script: before_script:
- pip install poetry - pip install poetry
- poetry install - poetry install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment