update CI (again)
This commit is contained in:
parent
1d6c8d5c0e
commit
b89c72eaf3
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ phpunit_basic:
|
|||
script:
|
||||
- /etc/init.d/postgresql start
|
||||
- /usr/local/sbin/init-database.sh
|
||||
- sudo -s /bin/bash -u www-data php ./update.php --debug-feed 1
|
||||
- sh ./utils/gitlab-ci/check-schema.sh
|
||||
- su -s /bin/bash -u www-data -c "php ./update.php --debug-feed 1"
|
||||
- phpunit tests/*.php
|
||||
|
||||
phpunit_functional:
|
||||
|
|
Loading…
Reference in a new issue