From 1aa9da9b24a8b2d6fc0e41e2fbfb7b8531ca02de Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Sun, 9 Feb 2025 01:47:18 +0600 Subject: [PATCH] pipe fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3479d4d..483585f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ test-frontend: build-backend: stage: build image: docker:latest + privileged: true variables: DOCKER_TLS_CERTDIR: "" DOCKER_HOST: tcp://docker:2375 @@ -45,7 +46,6 @@ build-backend: - name: docker:dind alias: docker command: ["--tls=false"] - privileged: true before_script: - sleep 5 - docker info