From bb51d7563e5da433e9b378b724f179610756279a Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Fri, 16 May 2025 14:36:07 -0600 Subject: [PATCH] add junit" --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 633b21a..7441fb2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: pytest: image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER script: - - uv run pytest + - uv run pytest --junitxml=junit.xml artifacts: reports: junit: junit.xml \ No newline at end of file