From 8593ac999d4b90a254a95c84cda7da5a1e088c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Thu, 20 Dec 2018 17:56:33 +0100 Subject: [PATCH] Swap test and build in CI. Remove tests in tags --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03995b7..3161a87 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - - build - test + - build build: stage: build @@ -18,6 +18,8 @@ build: test: + except: + - tags # Avoid running tests for tags, because they are already run for the branch tags: - docker image: python:3.7