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:
parent
cf0a365277
commit
c88fddf835
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ static:
|
||||||
expire_in: 30 mins
|
expire_in: 30 mins
|
||||||
|
|
||||||
pip:
|
pip:
|
||||||
image: python:3.10-slim
|
image: python:3.10
|
||||||
stage: build
|
stage: build
|
||||||
variables:
|
variables:
|
||||||
PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache
|
PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache
|
||||||
|
@ -51,7 +51,7 @@ container:
|
||||||
- docker build -t website .
|
- docker build -t website .
|
||||||
|
|
||||||
.python_test_template: &python_test_template
|
.python_test_template: &python_test_template
|
||||||
image: python:3.10-slim
|
image: python:3.10
|
||||||
stage: test
|
stage: test
|
||||||
dependencies:
|
dependencies:
|
||||||
- pip
|
- pip
|
||||||
|
|
Loading…
Reference in a new issue