From b6264150b241b43cce8ee4f66aeca89e238507e1 Mon Sep 17 00:00:00 2001 From: Perreal Guillaume <guillaume.perreal@irstea.fr> Date: Fri, 20 Sep 2019 14:20:15 +0200 Subject: [PATCH] Typo dans .gitlab-ci.yml. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76e8a15..d228c65 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ include: - project: pole-is/tools/ci-config ref: "master" - file: /ngx-library.yml + file: /ngx-library-ci.yml -- GitLab