diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91b526fed505484c2d7b4e21e79d891080e54bb3..9f8a3b0b073aa34fe09881dbfafe32c25e45fa16 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,8 +21,6 @@ test_python2_scalar:
   script:
     - python setup.py install --user -f
     - nosetests -q --with-coverage --cover-package=nifty4 --cover-branches --cover-erase
-    - >
-      coverage report | grep TOTAL | awk '{ print "TOTAL: "$6; }'
 
 test_python3_scalar:
   image: $CONTAINER_TEST_IMAGE
diff --git a/Dockerfile b/Dockerfile
index 05d38574e39bd72fafc5d0d5e4960de91b04304c..0e79f4881a6e51d32f805b0f6176fc1e4f611a48 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,7 +22,7 @@ RUN apt-get install -y python3-nose python3-parameterized
 
 # Python module installations
 RUN apt-get install -y python-pip python3-pip
-RUN pip install coverage pyfftw git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
+RUN pip install pyfftw git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
 RUN pip3 install pyfftw git+https://gitlab.mpcdf.mpg.de/ift/pyHealpix.git
 
 # Create user (openmpi does not like to be run as root)