From 9a8aeec4fd39a15572b9bfd574382bfaebc0f59a Mon Sep 17 00:00:00 2001
From: vtexier <vit@free.fr>
Date: Sat, 22 Jun 2019 23:51:38 +0200
Subject: [PATCH] [enh] #98 use make tests command in gitlab-ci

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d10e2fcb..4b485bad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,9 +68,8 @@ test:
   <<: *changes
   stage: test
   script:
-    - pip install coveralls
     - pip install -r requirements.txt
-    - coverage run --source=duniterpy setup.py test
+    - make tests
 
 check:
   <<: *pyenv
-- 
GitLab