From cde2442dc79ccd2e5d8b4ab8974b995eb0a3a84f Mon Sep 17 00:00:00 2001 From: Christian Boettcher <c.boettcher@fz-juelich.de> Date: Tue, 11 Jan 2022 13:09:50 +0100 Subject: [PATCH] dind workaround --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e4231c..b53806e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,10 @@ default: image: python:3.9-slim +variables: + DOCKER_TLS_CERTDIR: "" + + # before script copied from gitlab docs before_script: - 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client gcc libxslt-dev libffi-dev libssl-dev build-essential python3-dev -y )' @@ -35,8 +39,6 @@ test: build-custom-image: stage: build image: docker:latest - tags: - - laptop services: - docker:dind when: manual -- GitLab