diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e78b4dea01e7c588993bf6d18adcf7ef069ccde4..1ddb42a3e8197131ea48b7c9f87e3f3171d62fc6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,6 +64,8 @@ deploy:
     - master
   script:
     - node --version
+    - apt update
+    - apt -y install rsync
     - rm -rf build
     - if [ -d generator ] ; then cd generator; git pull; cd ..; else git clone https://git.ok1kvk.cz/ok1kvk.cz/generator.git; fi
     - if [ -d static    ] ; then cd static;    git pull; cd ..; else git clone https://git.ok1kvk.cz/ok1kvk.cz/static.git;    fi