From b98233e4d7423acd037d9929e411abbb81770854 Mon Sep 17 00:00:00 2001
From: David Beniamine <david.beniamine@tetras-libre.fr>
Date: Sat, 8 Sep 2018 20:22:46 +0200
Subject: [PATCH] rename test

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ebca2a4..3256167 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,6 @@ before_script:
     - pip install setuptools
     - pip install -e .
 
-simpleTest:
+pytest:
     stage: test
     script: python setup.py test
-- 
GitLab