summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-04-27 09:17:45 +0300
committerAndrew Dolgov <[email protected]>2017-04-27 09:17:45 +0300
commitc849dd63aba14169ea940b9c0afc75b33738271b (patch)
treebca45cb5d13ea63f6dc6c3e48844cf9d88dea45d /.gitlab-ci.yml
parent9c8a79759873b94bb627f1cef979f3b108837f04 (diff)
fix CI: missing config.php
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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