Use django docker image for CI
This commit is contained in:
parent
61827b955d
commit
a9741d4063
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ python-tests:
|
||||||
services:
|
services:
|
||||||
- postgres:15
|
- postgres:15
|
||||||
- memcached:1.5.22
|
- memcached:1.5.22
|
||||||
image: python:3.9-bullseye
|
image: ./docker/django
|
||||||
before_script:
|
before_script:
|
||||||
- pip install -r requirements/ci.txt
|
- pip install -r requirements/ci.txt
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue