Is it possible to implement GitLab CI workflow without using any Docker image? All the examples I see for GitLab runner are based on docker only. Even for production deployment.
How can I implement GitLab CI and deployment process on my existing linux machines? On the production sever i want to deploy code run npm install if package.json modified and restart node instance
I want to use multiple runners and having docker image for each of it is resource consuming.