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