From 4675d9acf1990a41d996f45240563473a0320254 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Fri, 15 Jun 2018 16:58:55 +0200 Subject: [PATCH] Avoid testing tags twice --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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