From ab11007a96d3e8357163291b892ab75d5b48da40 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@inrae.fr>
Date: Thu, 2 Apr 2020 14:04:11 +0200
Subject: [PATCH] =?UTF-8?q?D=C3=A9sactive=20les=20jobs=20inutiles=20en=20C?=
 =?UTF-8?q?I.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2fbfe1..26e0130 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,9 +5,6 @@ include:
   - project: pole-is/tools/ci-config
     ref: "2.2.1"
     file: /php/package.yml
-  - project: pole-is/tools/ci-config
-    ref: "2.2.1"
-    file: /php/packagist.yml
   - project: pole-is/tools/ci-config
     ref: "2.2.1"
     file: /nodejs/base.yml
@@ -16,7 +13,6 @@ stages:
   - vendor
   - test
   - test-generated
-  - deploy
 
 variables:
   PHP_VERSION: "7.1"
@@ -33,10 +29,10 @@ test:generate:
       - output/
 
 npm:lint:
-  allow_failure: true
+  when: never
 
 npm:test:
-  allow_failure: true
+  when: never
 
 test:tsc:
   stage: test-generated
-- 
GitLab