diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc62202..7c9965c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,6 +47,8 @@ test: - build/test-results/test/TEST-*.xml reports: junit: build/test-results/test/TEST-*.xml + after_script: + - npm junit-viewer --results=build/test-results/test --port=3000 #Runs a quality check on the code and creates a report on the codes code_quality: