GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.
I'm trying to build my project locally using gitlab-runner on Linux. docker-build: stage: build image: docker:latest script: - docker …
docker gitlabWe have a project that is composed of multiple (non-public) repositories. To build the whole project, the build system needs …
gitlab gitlab-ciI am having troubles when I connect with my repository through Xcode. I have a Gitlab version (full pre-)installed …
xcode git gitlab turnkeylinux.orgIn my team, we use Gitlab as a remote repository, so we are looking for a solution to auto deploy …
git heroku deployment gitlab continuous-deploymentHow do I run a .gitlab-ci.yml job only on a tagged Master branch? job: script: - echo "Do something" …
gitlab gitlab-ci gitlab-ci-runnerI formatted my Windows 7 laptop and in an attempt to have git setup working again, I installed git and source …
gitlab ssh-keysCurrently when I start a build in GitlabCI it is running under gitlab-runner user. I want to change it the …
gitlab gitlab-ci gitlab-ci-runner