diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 272985fb37a8655c81c7774f6d472ba0cf86ea0f..0f38008b5f891b549dc7c24c2c0d907d616c74a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,19 +33,19 @@ build:
     - pip3 install -e .
 
 # Tests 
-test:
-  stage: test
-  tags:
-    - docker
-  script:
-    - pip3 install -e .
-    - nosetests
-  artifacts:
-    when: always
-    untracked: true
-    paths:
-      - build/
-    expire_in: 8d
+#test:
+#  stage: test
+#  tags:
+#    - docker
+#  script:
+#    - pip3 install -e .
+#    - nosetests
+#  artifacts:
+#    when: always
+#    untracked: true
+#    paths:
+#      - build/
+#    expire_in: 8d
 
 # Doc generation
 pages: