From 9c8a79759873b94bb627f1cef979f3b108837f04 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 27 Apr 2017 09:11:21 +0300 Subject: [PATCH] update CI (again) --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1bc67cd1..b0aea296 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: -- 2.39.2