gitlab-ci: test

This commit is contained in:
Johannes Loher 2020-12-27 21:14:49 +01:00
parent 52a724ca89
commit 267eba77df

View file

@ -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: