From 0fe69706815197f50564bddfd2ca7fb35ebbd53c Mon Sep 17 00:00:00 2001
From: Olivier Bertrand <olivier.bertrand@uni-bielefeld.de>
Date: Sun, 1 Apr 2018 13:26:05 +0200
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 878665c..bf86ae6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,9 +21,10 @@ build:
 
 test:
   script:
-  - python3 setup.py test
+  #- python3 setup.py test
   - pip3 install tox flake8  # you can also use tox
   - tox -e py36,flake8
+  - python -m unittest discover navipy
 
 
 
-- 
GitLab