From 29ad86d30b76c1aedf858fc9bdda5e718e29df10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Mon, 24 Aug 2020 16:16:31 +0200
Subject: [PATCH] =?UTF-8?q?Passe=20=C3=A0=20la=20version=203.0.1=20de=20ci?=
 =?UTF-8?q?-config.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6712c86..e85a8e0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 include:
   - project: pole-is/tools/ci-config
-    ref: master
+    ref: "3.0.1"
     file: /php/multiversions.yml
   - project: pole-is/tools/ci-config
-    ref: "3.0.0"
+    ref: "3.0.1"
     file: /php/packagist.yml
-- 
GitLab