.gitlab-ci.yml updated v98
This commit is contained in:
parent
a0c7ee3a17
commit
501238f91d
1 changed files with 1 additions and 1 deletions
|
|
@ -42,11 +42,11 @@ 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:
|
||||
- $CI_PROJECT_DIR/
|
||||
before_script:
|
||||
- echo $CI_PROJECT_DIR/clr_test
|
||||
- ln -s /builds/mfd/clearing/clr_test $CI_PROJECT_DIR/clr_test
|
||||
script:
|
||||
- echo $CI_PROJECT_DIR
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue