diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f850435f1e1c1a1f5b597c634ae02fab2f305d0c..ff717d9584bbc013c65d097a6f4e67a22a97c2f9 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,8 +139,8 @@ coverage:
   script:
     - pwd
     - coverage combine .coverage.unit .coverage.functional
-    - coverage report
     - coverage html
+    - coverage report
     # test coverage parsing: \d+\%\s*$
     # or pytest-cov (Python): ^TOTAL.+?(\d+\%)$
   artifacts: