From 75d46c4cb7447cabc08ee25a1ecf4fc2b94d8d08 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me>
Date: Mon, 1 Jul 2024 15:35:17 +0200
Subject: [PATCH] feat : added override of test:before_script to add the
 install of cmake

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 170e8f566..f97bc9621 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,3 +26,8 @@ include:
       - '.gitlab/ci/windows_python.gitlab-ci.yml'   
       - '.gitlab/ci/release/cibuildwheel_windows.gitlab-ci.yml'   
 
+test:ubuntu_python:
+  before_script:
+    - apt-get update -q 
+    - apt-get install -y -qq python-is-python3 pip git curl cmake
+
-- 
GitLab