gitlab-ci: test
This commit is contained in:
parent
52a724ca89
commit
267eba77df
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
image: node:latest
|
image: node:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
- mytest
|
||||||
- test
|
- test
|
||||||
- build
|
- build
|
||||||
- deploy
|
- deploy
|
||||||
|
@ -13,6 +14,12 @@ cache: &global_cache
|
||||||
paths:
|
paths:
|
||||||
- .npm/
|
- .npm/
|
||||||
|
|
||||||
|
mytest:
|
||||||
|
image: ianayoung/rsync:latest
|
||||||
|
stage: mytest
|
||||||
|
script:
|
||||||
|
rsync -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: test
|
stage: test
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue