diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5558541bcd2ab3bf8be1199cfb44cc4655f3c4f5..5146dec1981c4393189431895acbd747439454db 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"