From cd61557afc7fa2e98eebb073e405e6aa98ff91b2 Mon Sep 17 00:00:00 2001 From: Tassos <tassos@natsakis.com> Date: Tue, 14 Jan 2025 11:22:02 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eedb660..e9bed18 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,9 +5,12 @@ cache: - ccache/ before_script: + - apt update -qq + - apt install python3-pip - pip install officebots webserial colcon tools: + tags: [build] stage: build script: - colcon build -- GitLab