diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ada7977e1296ba40ce7ab30e69e808b2fbe00553..834cd687f4bd0341e08ed2afbf93a5c8cfde4a6d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
 
 deploy-job:
   stage: deploy
-  image: docker.m.daocloud.io/python:3.10
+  image: python:3.10
   script:
     - pip install build twine
     - python -m build