From 267eba77df2c5f4ca96418f3fbd262a32ce6b529 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Sun, 27 Dec 2020 21:14:49 +0100 Subject: [PATCH] gitlab-ci: test --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0d1d054..cf61d5ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: