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