1
0
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:
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 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