# we support merge request workflow only include: - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' - local: '.gitlab/ci/*.yml' default: image: ${BASE_BUILD_REGISTRY_IMAGE}/debian-bullseye-slim:docker-20.10.14-buildx-0.8 services: - docker:20.10.14-dind before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" tags: - gitlab-org-docker stages: - custom - gitlab - gitlab-assets - gitlab-review-app - gitaly - automation variables: DOCKER_HOST: tcp://docker:2376 DOCKER_TLS_CERTDIR: /certs DOCKER_CERT_PATH: /certs/client DOCKER_TLS_VERIFY: 1 cache-google-chrome: image: ${BASE_IMAGE} stage: automation # Starts the job immediately needs: [] script: - bash ./scripts/cache-google-chrome # disable DinD before_script: [] services: [] parallel: matrix: - BASE_IMAGE: ['debian:bullseye-slim', 'registry.access.redhat.com/ubi8/ubi:8.6']