From 1bb1b5f7e420db53e99c28ebd1267a952efdd6de Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 25 Jan 2018 11:31:27 -0500 Subject: [PATCH] Make sure to actually set up autoloading --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eecc367..65b11c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ before_script: # Install dependencies - bash build/docker_install.sh > /dev/null - + - curl -sS https://getcomposer.org/installer | php + - php composer.phar install --ignore-platform-reqs services: - mysql:latest - postgres:latest