[SOLVED] Gitlab-ci-multi-runner rsync error

Hi everybody,
I have a problem with gitlab-ci-multi-runner: I have created a server with gitlab-ci-multi-runner 1.10.3 and nginx using this guide GitLab-examples / review-apps-nginx · GitLab but when it esecutes rsync I have this error:

rsync: mkdir “/srv/nginx/pages/start” failed: No such file or directory (2)

gitlab-ci-multi-runner server is a Debian 8 server.

Thanks for your help!

UPDATE: I have tried a simple project and it is deploied to my runner. I think that my runner can’t download artifacts from gitlab (I use shared runners from gitlab to build artifacts and my runner for review apps). Is possible to work with this configuration?

UPDATE2: I have solved my problem: I have mal configured dedicated runners.