From 22bbfb1d59c11fa770092652856938bb6b4f4a42 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 12 Oct 2022 15:56:40 +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 139f516..c63f738 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,9 @@ 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: - pip install -r ./requirements.txt