From fadf5d930452ea3df257ad4e24a459e61156370c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9lestin=20Matte?= Date: Fri, 12 Jun 2026 11:44:59 +0200 Subject: [PATCH] .gitlab-ci: move to debian 13 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6992859..e1266c1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: validate syntax: stage: test - image: "debian:bookworm" + image: "debian:trixie" before_script: - apt-get update -qq && apt-get install -y -qq pycodestyle script: -- 2.54.0