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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue