Skip to content
Snippets Groups Projects
Verified Commit d6c55dfb authored by Anton Tetov Johansson's avatar Anton Tetov Johansson
Browse files

Actually, don't use -slim python image

parent 7fead9e7
No related branches found
No related tags found
No related merge requests found
...@@ -22,17 +22,15 @@ default: ...@@ -22,17 +22,15 @@ default:
tags: tags:
- docker-executor - docker-executor
before_script: before_script:
- apt-get update
- apt install make git -y --no-install-recommends
- pip install poetry - pip install poetry
- poetry --version - poetry --version
- poetry config virtualenvs.in-project true - poetry config virtualenvs.in-project true
- poetry install -vv - poetry install -vv
image: python:3.9-slim-bullseye image: python:3.9-bullseye
.test-template: .test-template:
stage: tests stage: tests
image: "python:$PYTHON_VER-slim-bullseye" image: "python:$PYTHON_VER-bullseye"
script: make test script: make test
# Quality jobs # Quality jobs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment