diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e9e08314ef631367d7645a5e77174094f63d3bf1..d2210463371bf44d06b9067d08c1743a06249e26 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