From c15a7ef84702805f94a67c8f6ca0d8706333009d Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Sun, 12 Nov 2023 08:29:59 +0100
Subject: [PATCH] fix(#132): tests image (3)

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 69b0a54b8..21bbdd8f9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -137,7 +137,11 @@ tests:
       when: never
     - if: '$CI_MERGE_REQUEST_ID || $CI_COMMIT_BRANCH == "master"'
       when: manual
+  variables:
+    DEBIAN_FRONTEND: noninteractive
   script:
+    - apt-get update
+    - apt-get install -y clang cmake protobuf-compiler
     # cargo build is required for cucumber tests anyway
     - cargo build
     - cargo tu
-- 
GitLab