From 6dddc10aa8be62398b2650019fa8d4ebd1794ae8 Mon Sep 17 00:00:00 2001
From: Ethan Robert <ethan.rbrt90@gmail.com>
Date: Thu, 13 Mar 2025 14:10:20 +0100
Subject: [PATCH] Fixed Gitlab CI

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4d38ed2..36ba8f5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,7 @@
+variables:
+  GIT_STRATEGY: fetch
+  GIT_DEPTH: 1
+
 stages:
   - install
   - test
-- 
GitLab