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