Gitlab-runner stuck

Gitlab CE and Runner is on the same server.
I have tried all possible .gitlab-ci.yml configs on the web:
docker tetraweb/php as in gitlab docs,
using rsync,scp and plain shell comands

everytime it is stuck.

What am I doing wrong.
I have setup gitlab server with Apache proxyReverse and want to serve staging deploys on the same server. Later setup build branch for deployment to Production server.

Any help would be appreciated.