From e5f46d2619aa0e81df65828a1c2d9a08befe3b95 Mon Sep 17 00:00:00 2001
From: chenxunhai <xunhai.chen@lucahealthcare.cn>
Date: Thu, 17 Oct 2024 10:37:59 +0800
Subject: [PATCH] 1

---
 .gitlab-ci.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 48662b0..834cd68 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,9 @@
-
-
 stages:
   - deploy
 
-
-deploy-job:      # This job runs in the deploy stage.
-  stage: deploy  # It only runs when *both* jobs in the test stage complete successfully.
+deploy-job:
+  stage: deploy
+  image: python:3.10
   script:
     - pip install build twine
     - python -m build
-- 
GitLab