From 3d296be0119c04d62af90533676af72641bd84ae Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 19 Jul 2016 10:51:20 -0400 Subject: [PATCH] Another attempt at gitlab ci --- build/docker_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/docker_install.sh b/build/docker_install.sh index 9351b48..4bdc7c3 100644 --- a/build/docker_install.sh +++ b/build/docker_install.sh @@ -13,6 +13,9 @@ apt-get install git libpq-dev libmysqlclient18 unzip -yqq curl -Lo /usr/local/bin/phpunit https://phar.phpunit.de/phpunit.phar chmod +x /usr/local/bin/phpunit +# Set up build config +mv ../tests/settings.json.dist ../tests/settings.json + # Install mysql driver # Here you can install any other extension that you need docker-php-ext-install pdo_mysql