diff --git a/Makefile b/Makefile index 8d3dabb8d18..3eff407fa34 100644 --- a/Makefile +++ b/Makefile @@ -676,6 +676,7 @@ test-e2e: test-e2e-setup install-ginkgo $(if $(MUST_GATHER_REPO),build-must-gath --ginkgo.vv \ --ginkgo.no-color=$(OPENSHIFT_CI) \ --ginkgo.label-filter="$(TEST_FILTER)" \ + --ginkgo.junit-report="$(ARTIFACT_DIR)/junit_report.xml" \ --ginkgo.timeout=2h .PHONY: test-e2e-cleanup