1
0
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:
J. Fernando Sánchez 2018-12-09 17:09:31 +01:00
parent 9749f4ca14
commit 625c28e4ee

View File

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