From dce618463fa0be7497a29f2d2b275550007c10fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mayoral=20Vilches?= Date: Mon, 13 Jan 2025 07:00:02 +0000 Subject: [PATCH] Re-add services and debug 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c36ef8f..2e29dd89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,9 +14,13 @@ variables: DOCKER_TLS_CERTDIR: "" VERSION: "0.1" DISTRO: ubuntu:22.04 - # CI_DEBUG_TRACE: "true" + CI_DEBUG_TRACE: "true" GIT_FETCH_TIMEOUT: 300 +services: + - name: docker:dind + alias: docker + include: - project: 'aliasrobotics/alias_research/cai' ref: main