From be8d113e5baf65ccb760aff93d1c52706cad1230 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 12 Oct 2022 16:01:59 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c63f738..53800f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,11 +2,6 @@ # Official language image. Look for the different tagged releases at: # https://hub.docker.com/r/library/python/tags/ image: python:3.8 -variables: - DOCKER_BUILDKIT: 0 - -services: - - docker:18.09-dind #commands to run in the Docker container before starting each job. before_script: