From a9eb22361629d152cb3cee0fcdfe7fd513000626 Mon Sep 17 00:00:00 2001 From: bacon Date: Wed, 29 May 2024 21:46:01 +0300 Subject: [PATCH] testing registry --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2144551..cfa798c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ pytest: variables: - DOCKER_HOST: tcp://docker:2375 +# DOCKER_HOST: tcp://docker:2375 # fill those if you have a proxy in your environment DOCKER_DRIVER: overlay2 # See https://github.com/docker-library/docker/pull/166