From 75a1a3992f6d4cf589cfe7598b6a0f658aacddb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Mon, 13 Jan 2025 06:12:07 +0000 Subject: [PATCH] Fix errors 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70653165..de63a1b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,10 +20,6 @@ variables: 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'