From fe17fd83b0b30111ab7255bd57a214c922fdf09e Mon Sep 17 00:00:00 2001
From: Tassos <tassos@natsakis.com>
Date: Tue, 14 Jan 2025 11:22:45 +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 e9bed18..881e634 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,7 @@ cache:
 
 before_script:
   - apt update -qq
-  - apt install python3-pip
+  - apt install -y python3-pip
   - pip install officebots webserial
 
 colcon tools:
-- 
GitLab