diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16bd53f..795ac67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - - test - deploy + - test black: stage: test @@ -16,6 +16,7 @@ black: # https://github.com/python-gitlab/python-gitlab/blob/master/.gitlab-ci.yml used for reference deploy: stage: deploy + image: python:3.8 script: - pip install -U setuptools wheel twine - python setup.py sdist bdist_wheel