From: Andrew Dolgov Date: Thu, 27 Apr 2017 06:10:41 +0000 (+0300) Subject: update CI (again) X-Git-Tag: 17.12~217 X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=b89c72eaf3cfeb7a5b7359951716703f2f8b789b update CI (again) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf0b1975..1bc67cd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: