From c849dd63aba14169ea940b9c0afc75b33738271b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 27 Apr 2017 09:17:45 +0300 Subject: [PATCH] fix CI: missing config.php --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b0aea2968..46279336b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,6 +21,7 @@ phpunit_basic: - /etc/init.d/postgresql start - /usr/local/sbin/init-database.sh - sh ./utils/gitlab-ci/check-schema.sh + - cp utils/gitlab-ci/config-template.php config.php - su -s /bin/bash www-data -c "php ./update.php --debug-feed 1" - phpunit tests/*.php