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