From a1600259a7029ca921ad8460bcc72bd2264c6412 Mon Sep 17 00:00:00 2001
From: Pirklbauer <jan.pirklbauer@tu-bs.de>
Date: Fri, 12 Jan 2024 11:36:28 +0100
Subject: [PATCH] added apt update

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 38b74f6..c83949b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,8 @@ test:
   script:
     - pip install .
     - pip install soundfile
-    - apt install espeak
+    - apt update
+    - apt install espeak -y
     - python -m unittest discover tests
 
 deploy to package registry:
-- 
GitLab