From 51629a7c3f7ec27636c16c7a5bb956cf7f0c4029 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Wed, 11 Dec 2019 16:10:58 +0100
Subject: [PATCH] =?UTF-8?q?Supprime=20aussi=20la=20version=207.2=20et=20pa?=
 =?UTF-8?q?sse=20=C3=A0=20buster.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73d3c05..93913b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
 .test: &test
   stage: test
   tags: [docker]
-  image: gitlab-registry.irstea.fr/pole-is/docker/php:stretch-${CI_JOB_NAME}
+  image: gitlab-registry.irstea.fr/pole-is/docker/php:buster-${CI_JOB_NAME}
   variables:
     COMPOSER_CACHE_DIR: "${CI_PROJECT_DIR}/.composer-cache"
   before_script:
@@ -23,9 +23,6 @@ stages:
 "7.1":
   <<: *test
 
-"7.2":
-  <<: *test
-
 "7.3":
   <<: *test
 
-- 
GitLab