Use full debian for CI

The containers are bigger, but it has all the required dependencies.
It's also what's run in production anyway.
This commit is contained in:
Jake Howard 2022-07-28 23:20:06 +01:00
parent cf0a365277
commit c88fddf835
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -22,7 +22,7 @@ static:
expire_in: 30 mins
pip:
image: python:3.10-slim
image: python:3.10
stage: build
variables:
PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache
@ -51,7 +51,7 @@ container:
- docker build -t website .
.python_test_template: &python_test_template
image: python:3.10-slim
image: python:3.10
stage: test
dependencies:
- pip