Use django docker image for CI

This commit is contained in:
Sonny Bakker 2023-06-27 20:50:00 +02:00
parent 61827b955d
commit a9741d4063

View file

@ -4,7 +4,7 @@ python-tests:
services:
- postgres:15
- memcached:1.5.22
image: python:3.9-bullseye
image: ./docker/django
before_script:
- pip install -r requirements/ci.txt
script: