From 5b73f4cf94ded4151af8d7d8ca5af13cb63e1d09 Mon Sep 17 00:00:00 2001 From: Udai Singh <udai.singh@desy.de> Date: Tue, 14 May 2024 12:14:28 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fa4168..19f1162 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,17 +18,10 @@ default: image: docker:dind services: - - name: registry.hub.docker.com/library/docker:dind + - name: docker:dind alias: docker before_script: - docker info -variables: - DOCKER_TLS_CERTDIR: "/certs" - # These are usually specified by the entrypoint, however the - # Kubernetes executor doesn't run entrypoints - # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/4125 - DOCKER_TLS_VERIFY: 1 - DOCKER_CERT_PATH: "$DOCKER_TLS_CERTDIR/client" stages: # List of stages for jobs, and their order of execution - build - test -- GitLab