From d9e3dc484775520792d29602ad9ae214293ab0af Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Sat, 22 Jun 2019 12:06:44 +0200 Subject: [PATCH] [fix] #98 fix gitlab-ci tests task Use make tests command --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d10e2fcb..d1bad2fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,7 +46,6 @@ image: registry.duniter.org/docker/python3/duniterpy-builder:0.0.4 - requirements_dev.txt - requirements.txt - setup.py - - tests/**/*.py .release_pip: &release_pip script: @@ -68,9 +67,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