From f81dd0d60c49c0d32c533d9f556809e6eb325840 Mon Sep 17 00:00:00 2001
From: Denis Arrivault <denis.arrivault@lif.univ-mrs.fr>
Date: Fri, 28 Apr 2017 15:32:15 +0200
Subject: [PATCH] Up

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e9e0831..d221046 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ unbutu:X86_64:
     - docker
   script:
     - pip3 install -e .
-    - nosetests
+    - nosetests3
     - python3 setup.py build_sphinx
     - cp -r build/sphinx/html public
   artifacts:
@@ -22,7 +22,7 @@ ubuntu:i686:
     - docker
   script:
     - pip3 install -e .
-    - nosetests
+    - nosetests3
   artifacts:
     paths:
       - build
\ No newline at end of file
-- 
GitLab