This is GitLab Runner repository, this application run tests and sends the results to GitLab CI.
It's posible run a job from gitlab-ci only on merge request? Now, we have a big monolitic project with heavy …
gitlab-ci gitlab-ci-runnerI'm using Gitlab CI 8.0 with gitlab-ci-multi-runner 0.6.0. I have a .gitlab-ci.yml file similar to the following: before_script: - npm …
gitlab-ci gitlab-ci-runnerrecently my runners have been stopped and I don't know why? I've just upgraded nodejs on the server and it …
gitlab gitlab-ci gitlab-ci-runnerI've setup my gitlab installation from source, secured it with letsencrypt and deployed it under https://gitlab.mydomain.com. I …
continuous-integration gitlab gitlab-ci gitlab-ci-runner gitlab-8I'm running a Laravel api on my server, and I wanted to use Gitlab-runner for CD. The first two runs …
linux gitlab yaml gitlab-ci-runnerIs it possible to mark gitlab ci jobs to start manually? I need it for deploying application but I want …
gitlab continuous-deployment gitlab-ci continuous-delivery gitlab-ci-runnerWhen having one gitlab runner serving multiple projects, it can only run one CI pipeline while the other project pipelines …
gitlab gitlab-ci gitlab-ci-runnerMy problem is the bash script I created got this error "/bin/sh: eval: line 88: ./deploy.sh: not found" on …
bash continuous-integration gitlab gitlab-ci gitlab-ci-runnerI am trying to configure my gitlab-ci to use yarn install instead of npm install My current gitlab-ci.yml looks …
node.js npm gitlab-ci gitlab-ci-runner yarnpkgAs far as I understand, the main difference is that gitlab-ci is opensource (you can install it on your own …
travis-ci gitlab-ci gitlab-ci-runner