diff --git a/build.sh b/build.sh
index 5afdcec6699c4f75ea57ba84c2ccbdc70853ffb7..b2dd815ad2705aaa3675d4c191408f70a05346d5 100644
--- a/build.sh
+++ b/build.sh
@@ -1,9 +1,6 @@
 #!/bin/sh
-COVERAGE_DIR="coverage/$(basename "$PWD")/${CI_BUILD_REF_NAME}"
 git submodule init 
 git submodule update
-phpunit -c tests/phpunit.xml --coverage-text=coverage.txt --coverage-html="../${COVERAGE_DIR}"
-echo "</pre>"
-echo "<a href='/${COVERAGE_DIR}'>Code coverage</a>"
-echo "<pre>"
+phpunit -c tests/phpunit.xml --coverage-text=coverage.txt
+
 cat coverage.txt