diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2328f97ed0c0aca12b58b62303313f5fdaebfb9d..fe62cdafafba75c5af915c60f303e57b7fe60591 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,13 +55,13 @@ before_script:
 
 test:
   script:
-#    - python3 -m coverage run -m unittest test_deposition.py
-    - python3 -m unittest test_deposition.py
+    - python3 -m coverage run -m unittest test_deposition.py
+#    - python3 -m unittest test_deposition.py
 #    - python3 -m unittest test_env_suit.py
 #    - python3 -m unittest test_survey.py
 #    - python3 -m unittest test_advisory.py
-    - python coverage report
-    - python coverage html
+    - python -m coverage report
+    - python -m coverage html
   artifacts:
     paths:
       - coverage
diff --git a/conda-env-py3EWS-withbuilds.yml b/conda-env-py3EWS-withbuilds.yml
index 91e247f14dab77470c02844f0fb6891b58748a7e..5088065502cdd89f6ee563108d72ce87108febab 100644
--- a/conda-env-py3EWS-withbuilds.yml
+++ b/conda-env-py3EWS-withbuilds.yml
@@ -30,6 +30,7 @@ dependencies:
   - conda-content-trust=0.1.1=pyhd3eb1b0_0
   - conda-package-handling=1.7.3=py39h27cfd23_1
   - contextily=1.0.1=py_0
+  - coverage=6.5.0=pypi_0
   - cryptography=36.0.0=py39h9ce1e76_0
   - curl=7.78.0=hea6ffbf_0
   - cycler=0.11.0=pyhd8ed1ab_0