From 5fe77678f2a11a08a7665fb849880e2bb6395da7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Fri, 26 Feb 2021 10:11:29 +0100
Subject: [PATCH] =?UTF-8?q?jessie=20n'est=20plus=20support=C3=A9.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ddc95d3..4cb6ec5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ debian:
         DISTRO: debian
     parallel:
         matrix:
-            - CODENAME: [jessie, stretch, buster]
+            - CODENAME: [stretch, buster]
     before_script:
         - apt-get update -yqq
         - apt-get install -yqq apt-transport-https ca-certificates curl
-- 
GitLab