# creates local foldermkdir-p.gitlab/runner/local# displays help on a commanddockerrun--rm--namegitlab-runner-v/var/run/docker.sock:/var/run/docker.sock-v $PWD/.gitlab/runner/local/config:/etc/gitlab-runner-v $PWD:$PWD --workdir $PWD gitlab/gitlab-runnerexechelp# executes shell on "build" jobdockerrun--rm--namegitlab-runner-v/var/run/docker.sock:/var/run/docker.sock-v $PWD/.gitlab/runner/local/config:/etc/gitlab-runner-v $PWD:$PWD --workdir $PWD gitlab/gitlab-runnerexecshellbuild# executes docker on "build" job (use image defined in the gitlab-ci file)dockerrun--rm--namegitlab-runner-v/var/run/docker.sock:/var/run/docker.sock-v $PWD/.gitlab/runner/local/config:/etc/gitlab-runner-v $PWD:$PWD --workdir $PWD gitlab/gitlab-runnerexecshellbuild