From 4fba68a18401e8f0b044d302f390e6d8220af5d6 Mon Sep 17 00:00:00 2001 From: Tassos <tassos@natsakis.com> Date: Tue, 14 Jan 2025 11:23:59 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 881e634..5908e70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ cache: before_script: - apt update -qq - apt install -y python3-pip - - pip install officebots webserial + - pip install officebots websockets colcon tools: tags: [build] -- GitLab