diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 797f9d4ddd81b3b03d917cb652b52cd911259caf..aa849db407f920809c4e150597a4136b22ccfd38 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,9 +7,9 @@ unittest:
     - python3 -V
     - uname -a
     - python3 -m coverage run tests.py
-    - python3 -m coverage report
-    - python3 -m coverage report -m > report.txt
-    - python3 -m coverage html
+    - python3 -m coverage report --include "./*"
+    - python3 -m coverage report -m  --include "./*" > report.txt
+    - python3 -m coverage  --include "./*" html
     artifacts:
         paths:
         - htmlcov/*