diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cfd9e76473930c32d7d1047bf638472a24fabc67..0d3dd445e89245afcba57a4e90f0f8137aa16d7b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -104,11 +104,11 @@ publish to nexus:
           </p>
           <p>
               <h4>Pipeline details</h4>
-              Pipeline URL: <a href="${CI_PIPELINE_URL}"></a>Pipeline<br/>
+              Pipeline URL: <a href="${CI_PIPELINE_URL}">Pipeline</a><br/>
               <h5>Commit details:</h5>
-              Commit: ${CI_COMMIT_SHA}<br/>
-              Branch/tag: ${CI_COMMIT_REF_NAME}<br/>
-              ${CI_COMMIT_TITLE}<br/>
+              Commit: ${CI_COMMIT_SHA}<br/><br/>
+              Branch/tag: ${CI_COMMIT_REF_NAME}<br/><br/>
+              ${CI_COMMIT_TITLE}<br/><br/>
               ${CI_COMMIT_MESSAGE}<br/>
           </p>
           <p>
diff --git a/test-harness/Makefile b/test-harness/Makefile
index 54720efd84788d4f0d61881b28077be6bbca5399..4853f181ee56b7467fd6c7b72f89cd78b3f54758 100644
--- a/test-harness/Makefile
+++ b/test-harness/Makefile
@@ -26,6 +26,7 @@ test:
 	if [ -d /build ]; then \
 		mv /app/setup_py_test.stdout /build/lmcbaseclasses_setup_py_test.stdout; \
 		mv /app/code_analysis.stdout /build/lmcbaseclasses_code_analysis.stdout; \
+		cp /app/htmlcoverage/status.json /build/status.json; \
 		mv /app/htmlcoverage /build/lmcbaseclasses_htmlcoverage; \
 		mv /app/coverage.xml /build/lmcbaseclasses_coverage.xml; \
 		mv /app/pytest_report.json /build/lmcbaseclasses_pytest_report.json; \