I've installed gitlab-runner on ubuntu 16.04
I've set Executor=shell
My project is hosted on gitlab.com with a very simple yaml config file :
dev:
script:
- pwd
I am not willing to user Docker for the moment
Why is the job's log is mentioning docker ?
Using Docker executor with image ruby:2.5 ...
Pulling docker image ruby:2.5 ...
Using docker image ... for ruby:2.5 ...
Why is it mentioning a path that does not exist when executing pwd ?
$ pwd
/builds/my_gitlab_name/my_project_name