test image matrix

This commit is contained in:
Oscar Krause 2024-05-10 07:56:13 +02:00
parent be6797efc7
commit 11f1456538

View File

@ -126,7 +126,7 @@ build:pacman:
- "*.pkg.tar.zst"
test:
image: python:3.11-slim-bookworm
image: $IMAGE
stage: test
interruptible: true
rules:
@ -141,6 +141,7 @@ test:
DATABASE: sqlite:///../app/db.sqlite
parallel:
matrix:
- IMAGE: ['python:3.11-slim-bookworm']
- REQUIREMENTS:
- requirements.txt
- .DEBIAN/requirements-bookworm-12.txt