GitLab CI is a continuous integration server from GitLab.
I just installed Gitlab Runner on my dev machine (Ubuntu 17.10) for testing. When I run the runner I got: $: sudo …
gitlab gitlab-ci gitlab-ci-runnerI know that this can be done with dockerhub. I want to know if there is something similar available for …
docker gitlab gitlab-ci container-registryIn my CI pipeline I am generating an artifact public/graph.png that visualises some aspect of my code. In …
gitlab gitlab-ciI am new to GitLab CI/CD jobs, but I'm trying to set up a Python script that when pushed …
git python-2.7 gitlab gitlab-ci gitlab-ci-runnerI have a GitLab project that utilises GitLab CI. The project also uses submodules, both the project and it's submodules …
gitlab git-submodules gitlab-ci gitlab-ci-runnerIn our project we have a shell script which is to be sourced to set up environment variables for the …
bash gitlab-ciI'm using Gitlab CI, and so have been working on a fairly complex .gitlab-ci.yml file. The file has an …
gitlab gitlab-ci statusIs it possible to override the global before_script with an empty before_script within a job?
gitlab-ci gitlab-ci-runnerI am currently trying to use GitLab to run a CI/CD job that runs a Python file that makes …
python linux gitlab gitlab-ci gitlab-ci-runner