.gitlab-ci.yml updated v119
This commit is contained in:
parent
24058a943c
commit
1ccbfccdef
1 changed files with 5 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ stages:
|
||||||
- preflight
|
- preflight
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
- collect
|
- collect_results
|
||||||
|
|
||||||
preflight:
|
preflight:
|
||||||
image: ${DOCKER_PROXY}/bitnami/git:latest
|
image: ${DOCKER_PROXY}/bitnami/git:latest
|
||||||
|
|
@ -53,8 +53,10 @@ test:
|
||||||
paths:
|
paths:
|
||||||
- $CI_PROJECT_DIR/
|
- $CI_PROJECT_DIR/
|
||||||
|
|
||||||
collect:
|
collect_results:
|
||||||
stage: collect
|
stage: collect_results
|
||||||
|
script:
|
||||||
|
- ls $CI_PROJECT_DIR/clr_test/mnt/results
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "$CI_COMMIT_REF_NAME"
|
name: "$CI_COMMIT_REF_NAME"
|
||||||
expire_in: 1 day
|
expire_in: 1 day
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue