diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d8ff8dfa177be77f861fe7e45c12de22a86d513..7510ce4451dc814e738fd256ae0efe670efaa5b9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -70,4 +70,4 @@ publish:
     - /^v(\d+\.)(\d+\.)(\d+)$/
   script:
     - make build
-    - poetry publish -username=__token__ --password=$PYPI_TOKEN
+    - poetry publish --username=__token__ --password=$PYPI_TOKEN
\ No newline at end of file