From a1c3ad42fc476913f7d56f9511804b0c0fbce55f Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Sat, 28 Dec 2024 22:06:59 +0800 Subject: [PATCH] csst --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6021f1..26ff9ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build-job: only: - main tags: - - asos2-unit-test + - csst-unit-test test-job: stage: test @@ -39,7 +39,7 @@ test-job: only: - main tags: - - asos2-unit-test + - csst-unit-test deploy-job: stage: deploy @@ -56,4 +56,4 @@ deploy-job: only: - main tags: - - asos2-unit-test \ No newline at end of file + - csst-unit-test \ No newline at end of file -- GitLab