Top "Gitlab-ci" questions

GitLab CI is a continuous integration server from GitLab.

Gitlab CI Build failed gitlab-runner-prebuilt.tar.xz: no such file or directory

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-runner
How do I check if an image:tag exists in gitlab container registry

I know that this can be done with dockerhub. I want to know if there is something similar available for …

docker gitlab gitlab-ci container-registry
How do I push to a repo from within a gitlab CI pipeline?

In my CI pipeline I am generating an artifact public/graph.png that visualises some aspect of my code. In …

gitlab gitlab-ci
How do you push to a gitlab repo using a gitlab-ci job?

I 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-runner
Android: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

I am trying to build my project on GitLab CI but unfortunately for me I keep getting this error inside …

android gradle gitlab gradlew gitlab-ci
GitLab pull submodules inside CI

I 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-runner
gitlab ci scripts during which $? is allowed to be non-zero

In our project we have a shell script which is to be sourced to set up environment variables for the …

bash gitlab-ci
.gitlab-ci.yml after_script section: how can I tell whether the task succeeded or failed?

I'm using Gitlab CI, and so have been working on a fairly complex .gitlab-ci.yml file. The file has an …

gitlab gitlab-ci status
How to override global before_script with empty before_script in job

Is it possible to override the global before_script with an empty before_script within a job?

gitlab-ci gitlab-ci-runner
How to solve the "remote: You are not allowed to upload code." error on GitLab CI/CD job?

I 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