From dd75e57026396eb5bcd10b7f8a51d90a34594b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Thu, 4 Mar 2021 14:53:39 +0100 Subject: [PATCH] Correction du .gitlab-ci.yml. --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a040000..47bfe0d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ include: - project: pole-is/tools/ci-config ref: "6.0.2" - file: /php/multiversions.yml - file: /php/packagist.yml + file: + - /php/multiversions.yml + - /php/packagist.yml -- GitLab