From d97ed44168077c89e6718409a2bf56700e198920 Mon Sep 17 00:00:00 2001
From: gpapathan87 <gpapathan@intracom-telecom.com>
Date: Fri, 27 Jun 2025 15:05:16 +0300
Subject: [PATCH] update gitlab-ci

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f94c3a..d5c1bf4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,11 +5,9 @@ stages:
 
 test:
   stage: test
-  before_script:
+  script:
     - python -m pip install --upgrade pip
     - pip install uv
-  script:
     - uv pip install -e . --system
-    # Install types-requests to fix mypy
     - pip install types-requests
     - uv run tox
-- 
GitLab