From aa494d70444919d5093040f007c4e74e38991fc7 Mon Sep 17 00:00:00 2001 From: Bastien Le Querrec <blq@laquadrature.net> Date: Mon, 11 Nov 2024 02:48:39 +0100 Subject: [PATCH] ci: force l'utilisation de bookworm --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 911b0be..e0fc398 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ stages: install: stage: install + image: debian:bookworm script: - apt-get update -y - apt-get dist-upgrade -y @@ -24,6 +25,7 @@ install: lint: stage: lint + image: debian:bookworm needs: [install] script: - bin/pycodestyle --first --show-source --ignore=E501 *.py -- GitLab