1
0
mirror of https://github.com/gsi-upm/soil synced 2024-11-13 06:52:28 +00:00

Swap test and build in CI. Remove tests in tags

This commit is contained in:
J. Fernando Sánchez 2018-12-20 17:56:33 +01:00
parent 90338c3549
commit 8593ac999d

View File

@ -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