mirror of
https://github.com/gsi-upm/soil
synced 2024-11-14 15:32:29 +00:00
Fix CI syntax
This commit is contained in:
parent
9749f4ca14
commit
625c28e4ee
@ -1,6 +1,6 @@
|
|||||||
image: python:3.7
|
image: python:3.7
|
||||||
|
|
||||||
steps:
|
stages:
|
||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
||||||
@ -17,5 +17,6 @@ build:
|
|||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
stage: test
|
||||||
script:
|
script:
|
||||||
python setup.py test
|
- python setup.py test
|
Loading…
Reference in New Issue
Block a user