diff --git a/gitlab-ci/test.yml b/gitlab-ci/test.yml index e614268..0a0670b 100644 --- a/gitlab-ci/test.yml +++ b/gitlab-ci/test.yml @@ -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: