From 07ac4d04852918ae728d22f134bde5bc94c1b581 Mon Sep 17 00:00:00 2001
From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr>
Date: Wed, 27 Feb 2019 13:53:29 +0100
Subject: [PATCH] =?UTF-8?q?.gitlab-ci.yml=20:=20d=C3=A9sactivation=20des?=
 =?UTF-8?q?=20tests=20unitaires.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87eef10..1432af7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,14 +7,14 @@ cache:
   paths:
   - vendor/
 
-unit-tests:
-  stage: tests
-  script:
-    - composer install --no-interaction --no-suggest --no-progress
-    - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never
-  artifacts:
-    paths:
-      - coverage.txt
+#unit-tests:
+#  stage: tests
+#  script:
+#    - composer install --no-interaction --no-suggest --no-progress
+#    - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never
+#  artifacts:
+#    paths:
+#      - coverage.txt
 
 update-satis:
   stage: publish
-- 
GitLab