summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-27 09:11:21 +0300
committerAndrew Dolgov <[email protected]>2017-04-27 09:11:21 +0300
commit9c8a79759873b94bb627f1cef979f3b108837f04 (patch)
tree1d98f504c71f6222d08e1abccdd7360c9084513c /.gitlab-ci.yml
parentb89c72eaf3cfeb7a5b7359951716703f2f8b789b (diff)
update CI (again)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1bc67cd11..b0aea2968 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,7 +21,7 @@ phpunit_basic:
- /etc/init.d/postgresql start
- /usr/local/sbin/init-database.sh
- sh ./utils/gitlab-ci/check-schema.sh
- - su -s /bin/bash -u www-data -c "php ./update.php --debug-feed 1"
+ - su -s /bin/bash www-data -c "php ./update.php --debug-feed 1"
- phpunit tests/*.php
phpunit_functional: