1
0
mirror of https://github.com/gsi-upm/soil synced 2025-09-13 19:52:20 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
J. Fernando Sánchez
8593ac999d Swap test and build in CI. Remove tests in tags 2018-12-20 17:56:33 +01:00

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