From fa6189ec32c9b630dc650fb6da9c7180c61a55bf Mon Sep 17 00:00:00 2001
From: duyanhehe <duyanhex@gmail.com>
Date: Wed, 26 Mar 2025 12:03:51 +0700
Subject: [PATCH] test cicd

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3e4c51d..6aa8497 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,8 +14,8 @@ cache:
   policy: pull-push
 
 before_script:
-  - python -m venv $VENV_DIR
-  - source $VENV_DIR/Scripts/activate
+  - python -m venv .venv
+  - source .venv/Scripts/activate
   - pip install --upgrade pip
   - pip install -r requirements.txt --cache-dir $PIP_CACHE_DIR
 
-- 
GitLab