update .gitlab-ci.yml
This commit is contained in:
parent
14787b6f0f
commit
35f81320c1
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue