From 67ed6108a29db249829fa138c9725d5fd3c6f4d2 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Fri, 23 Dec 2022 07:40:27 +0100 Subject: [PATCH] .gitlab-ci.yml - changed test image to bullseye --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 05f12ef..24e6cc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ build: - docker push ${CI_REGISTRY}/${CI_PROJECT_PATH}/${CI_BUILD_REF_NAME}:${CI_BUILD_REF} test: - image: python:3.10-alpine + image: python:3.10-slim-bullseye stage: test before_script: - pip install -r requirements.txt