From 619c663869918b4382b1c92a1f376dcb8bbfe47c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Mon, 13 Jan 2025 06:11:28 +0000 Subject: [PATCH] More suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Mayoral Vilches --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ed3da50..70653165 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,10 +15,15 @@ variables: VERSION: "0.1" DISTRO: ubuntu:22.04 CI_DEBUG_TRACE: "true" + GIT_FETCH_TIMEOUT: 300 services: - name: docker:dind command: ["--host=tcp://0.0.0.0:2375", "--host=unix:///var/run/docker.sock"] + network_mode: "host" + dns: + - 8.8.8.8 + - 8.8.4.4 include: - project: 'aliasrobotics/alias_research/cai'