mirror of
https://github.com/gsi-upm/soil
synced 2025-10-08 07:52:22 +00:00
Swap test and build in CI. Remove tests in tags
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
|
||||||
- test
|
- test
|
||||||
|
- build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
@@ -18,6 +18,8 @@ build:
|
|||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
except:
|
||||||
|
- tags # Avoid running tests for tags, because they are already run for the branch
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
image: python:3.7
|
image: python:3.7
|
||||||
|
Reference in New Issue
Block a user