From cdc0f8294ad34d37ee12814f2d57eba8b0cb04e7 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 12 Oct 2022 15:55:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4683611..139f516 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,9 @@ # 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 + #commands to run in the Docker container before starting each job. before_script: - pip install -r ./requirements.txt