From fbb2e3ff98fb874295dc526f105c8f5a6d586e94 Mon Sep 17 00:00:00 2001
From: LAMRINI Houda <houda.lamrini@etu.univ-amu.fr>
Date: Sun, 9 Mar 2025 11:17:41 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae1ae00..4c2e59d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,6 @@ stages:
 test:
   stage: test
   image: python:3.8
-  before_script:
-    - pip install -r requirements.txt
   script:
     - python -m unittest discover -s tests
 
-- 
GitLab