From e5fbc06f6e056ec58461f22711eb17fb0b340362 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 2 Jan 2025 18:37:19 +0100
Subject: [PATCH] Fix pytest option

---
 test/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Dockerfile b/test/Dockerfile
index c4b64355..5c9d9c49 100644
--- a/test/Dockerfile
+++ b/test/Dockerfile
@@ -9,4 +9,4 @@ RUN python3 setup.py install
 
 ENV TEST_CONFIG=/test-config.yml
 ENV TEST_PARAMS=/src/float_integration_test/test-params.yml
-CMD ["pytest", "-v", "-junit_xml=/artifacts/pytest.xml", "float_integration_test"]
+CMD ["pytest", "-v", "--junitxml=/artifacts/pytest.xml", "float_integration_test"]
-- 
GitLab