.gitlab-ci.yml updated v91
This commit is contained in:
parent
1058719aac
commit
a5ee992c9b
1 changed files with 3 additions and 1 deletions
|
|
@ -42,8 +42,10 @@ test:
|
|||
CLR_TEST_DIR: "/builds/mfd/clearing/clr_test"
|
||||
RESULT_FILES_DIR: "/builds/mfd/clearing/clr_test/result-files"
|
||||
artifacts:
|
||||
untracked: true
|
||||
expire_in: 1 day
|
||||
paths:
|
||||
- /builds/mfd/clearing/clr_test/mnt
|
||||
- clr_test/mnt/
|
||||
script:
|
||||
- pwd
|
||||
- echo "Installing maven and python" && apk update && apk add maven python3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue