update .gitlab-ci.yml

This commit is contained in:
ansgarz 2023-12-15 09:42:16 +01:00
parent 14787b6f0f
commit 35f81320c1

View file

@ -33,7 +33,6 @@ build:
stage: build stage: build
script: script:
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW - export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
- pip install --upgrade ddadevops --break-system-packages
- pyb build - pyb build
artifacts: artifacts:
paths: paths:
@ -62,7 +61,7 @@ test:
artifacts: artifacts:
when: on_failure when: on_failure
paths: paths:
- build/reports/tests/test - build/reports/*
reports: reports:
junit: build/test-results/test/TEST-*.xml junit: build/test-results/test/TEST-*.xml