Fix CI config

cleanup is not a stage by default, it has to be specified
This commit is contained in:
Martin Pépin 2017-02-13 17:33:35 +01:00
parent 85e593ddb8
commit e8d21882fb

View file

@ -34,6 +34,10 @@ before_script:
-e "GRANT ALL ON test_$DBNAME.* TO '$DBUSER'@'%'"
- pip install --cache-dir vendor/pip -t vendor/python -r requirements-devel.txt
stages:
- test
- cleanup
test:
stage: test
script: