GitLab CI jobs run in a Docker image, defined here. To update that image (perhaps to install some more packages):
.gitlab-ci/Dockerfile
with the changes you want.gitlab-ci/run-docker.sh build --base=debian --base-version=1
to build the new image (bump the version as needed).gitlab-ci/run-docker.sh push --base=debian --base-version=1
to upload the new image to the GNOME GitLab Docker registry.gitlab-ci.yml
(in the root of this repository) to use your new image