diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6cc9c4..b492ac1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: python:3.10 stages: - test - - deploy + - publish before_script: - python -V