From 3029488d5e5f8c7263ac9274f50146e7f21ae1a6 Mon Sep 17 00:00:00 2001
From: Ndame Kital <ndame.kial@smile.fr>
Date: Wed, 3 Jun 2020 10:36:14 +0200
Subject: [PATCH] gitlab-ci

---
 .gitlab-ci.yml | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5558541b..5146dec1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,38 +1,3 @@
-include:
-  - project: pole-is/tools/ci-config
-    ref: "2.0.0"
-    file: /php-package-ci.yml
-  - project: pole-is/tools/ci-config
-    ref: "2.0.0"
-    file: /satis-ci.yml
-
-stages:
-  - vendor
-  - test
-  - deploy
-
-# Personnalisation des tâches par défaut:
-
-.php:
-  variables:
-    DEBIAN_CODENAME: "stretch"
-    PHP_VERSION: "7.1"
-
-test:phpunit:
-#  variables:
-#    PHP_IMAGE: gitlab-registry.irstea.fr/pole-is/docker/php/ci/panther
-  script:
-    - composer test:phpunit -- --coverage-text --coverage-html=reports/coverage --log-junit=reports/junit.xml --colors=never
-  artifacts:
-    name: reports
-    expose_as: "phpunit reports"
-    when: always
-    paths:
-      - reports/
-    reports:
-      junit: reports/junit.xml
-
-
 include:
   - project: pole-is/tools/ci-config
     ref: "2.1.0"
-- 
GitLab