What executor was set when registering the GitLab runner on your GitLab instance?
If you’re using the docker executor or docker in docker, which image keyword are you using? Would it be feasible to use an image with docker already installed, or install docker inside the image used?
If you have any questions, please don’t hesitate to ask!
Hello @gitlab-greg thanks for great answer! The problem was that I don’t added docker image in deploy section. But now I have a new problem when I do manually git clone and run docker build . -all right. And when gitlab-runner launches stage with deployment section
script:
- docker build -t $image_tag .
I have a new error
$ dotnet restore
/bin/sh: eval: line 76: dotnet: not found