diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2efeb03..cd80a35 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,8 @@ before_script: stage: test script: - make -e test-$PYTHON_VERSION + except: + - tags # Avoid unnecessary double testing test-3.5: <<: *test_definition