Update .gitlab-ci.yml

This commit is contained in:
wakonig_k 2022-07-04 19:38:15 +00:00
parent 99f91ce889
commit 090ea92db2

View File

@ -4,9 +4,8 @@
image: "python:3.8"
#commands to run in the Docker container before starting each job.
variables:
DOCKER_DRIVER: overlay
DOCKER_DRIVER: overlay2
DOCKER_BUILDKIT: 0
DOCKER_TLS_VERIFY: 0
services:
- docker:18.09-dind