.gitlab-ci.yml updated v37
This commit is contained in:
parent
9bf1d6cdd3
commit
62289c351b
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ build:
|
|||
name: "$CI_COMMIT_REF_NAME"
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
- z-distr/target
|
||||
- /builds/mfd/clearing/z-distr/target/clearing
|
||||
|
||||
test:
|
||||
stage: test
|
||||
|
|
@ -43,7 +43,7 @@ test:
|
|||
artifacts:
|
||||
name: "$CI_COMMIT_REF_NAME"
|
||||
paths:
|
||||
- clr_test/mnt/testFiles
|
||||
- /builds/mfd/clearing/clr_test/mnt/testFiles
|
||||
script:
|
||||
- apk update && apk add maven python3
|
||||
- cd clr_test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue