From 2301ca791840c8862df625ec3f0b2fddaf20419d Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sun, 23 Nov 2025 17:40:27 +0000 Subject: [PATCH] zy --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17e2d02..9f292c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ stages: - - ailab + - zy - test-and-build - build-docker - deploy @@ -85,10 +85,10 @@ deploy-prod: cache: [] dependencies: [] -ailab: - stage: ailab +zy: + stage: zy tags: - - ailab + - zy before_script: - pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple - pip install -r requirements.txt