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
stages:
- mytest
- test
- build
- deploy
@ -13,6 +14,12 @@ cache: &global_cache
paths:
- .npm/
mytest:
image: ianayoung/rsync:latest
stage: mytest
script:
rsync -rdt rsync://vttdeploy@server10.kruton.de:/vttdeploy
lint:
stage: test
before_script: