diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33259df..7b020ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,8 @@ flake8: pytest: stage: test + except: + - tags script: - pip install tox - tox -e py37