Fix CI syntax

exporters
J. Fernando Sánchez 6 years ago
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…
Cancel
Save