diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b77be32..4c84b76 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,6 @@ build: stage: build script: - export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW - - pip install --upgrade ddadevops --break-system-packages - pyb build artifacts: paths: @@ -62,7 +61,7 @@ test: artifacts: when: on_failure paths: - - build/reports/tests/test + - build/reports/* reports: junit: build/test-results/test/TEST-*.xml