Swap test and build in CI. Remove tests in tags

exporters 0.13.4-fix6
J. Fernando Sánchez 5 years ago
parent 90338c3549
commit 8593ac999d

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

Loading…
Cancel
Save