forked from DGNum/gestioCOF
Fix CI config
cleanup is not a stage by default, it has to be specified
This commit is contained in:
parent
85e593ddb8
commit
e8d21882fb
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ before_script:
|
||||||
-e "GRANT ALL ON test_$DBNAME.* TO '$DBUSER'@'%'"
|
-e "GRANT ALL ON test_$DBNAME.* TO '$DBUSER'@'%'"
|
||||||
- pip install --cache-dir vendor/pip -t vendor/python -r requirements-devel.txt
|
- pip install --cache-dir vendor/pip -t vendor/python -r requirements-devel.txt
|
||||||
|
|
||||||
|
stages:
|
||||||
|
- test
|
||||||
|
- cleanup
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue