diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 813d06aee24f40e52c538884c8f9a23fcf01d062..647a86eddadf04e5b5e9d21b1e70e2b16fdec3c7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ test:2.7:
     - pip install pytest-cov
     - python setup.py install
     - python setup.py test
-    - py.test --cov=zone2gandi tests
+#    - py.test --cov=zone2gandi tests
 
 test:3.3:
   image: python:3.3-alpine
@@ -21,7 +21,7 @@ test:3.3:
     - pip install pytest-cov
     - python setup.py install
     - python setup.py test
-    - py.test --cov=zone2gandi tests
+#    - py.test --cov=zone2gandi tests
 
 test:3.4:
   image: python:3.4-alpine
@@ -31,7 +31,7 @@ test:3.4:
     - pip install pytest-cov
     - python setup.py install
     - python setup.py test
-    - py.test --cov=zone2gandi tests
+#    - py.test --cov=zone2gandi tests
 
 test:3.5:
   image: python:3.5-alpine
@@ -41,7 +41,7 @@ test:3.5:
     - pip install pytest-cov
     - python setup.py install
     - python setup.py test
-    - py.test --cov=zone2gandi tests
+#    - py.test --cov=zone2gandi tests
 
 test:3.6:
   image: python:3.6-alpine
@@ -51,7 +51,7 @@ test:3.6:
     - pip install pytest-cov
     - python setup.py install
     - python setup.py test
-    - py.test --cov=zone2gandi tests
+#    - py.test --cov=zone2gandi tests
 
 test:pypy-2:
   image: pypy:2
@@ -60,7 +60,7 @@ test:pypy-2:
     - pip install pytest-cov
     - python setup.py install
     - python setup.py test
-    - py.test --cov=zone2gandi tests
+#    - py.test --cov=zone2gandi tests
 
 # TODO(lyda): Fix test coverage here.
 test:pypy-3: