From 1b713c3816049f23d10cedeae572bbf33ebe0644 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Sun, 20 Aug 2023 23:42:10 +0200 Subject: [PATCH] [ci] fix image pour les tests <3.11 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e62e679..2186aa4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ stages: - pipenv install --dev test: - image: python:${PYVERSION}-bullseye + image: python:${PYVERSION}-alpine3.18 stage: test <<: *test parallel: