From c1e1df35fea8e044286eb3660d2d37fb25670f66 Mon Sep 17 00:00:00 2001 From: Eddy Hintze Date: Mon, 27 Jan 2020 18:58:54 -0500 Subject: [PATCH] Do not run tests on tags --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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