summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2fee338..5bb690a 100644
--- a/Makefile
+++ b/Makefile
@@ -68,4 +68,4 @@ test: clean
test_with_junitxml: clean
@echo 'running test suite with JUnit XML output'
- py.test -vv --junitxml=$$CI_REPORTS/junit.xml $(PWD)/netaddr/tests
+ py.test -vv --junitxml=junit.xml $(PWD)/netaddr/tests