From 57565f6bfc39908f2aed8418497d2b889ca4a7f3 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 31 Jan 2018 13:46:36 -0500 Subject: [PATCH] Attempt to use lighter docker images for gitlab builds --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dac3dac..ca6b864 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ before_script: # Install dependencies - - bash build/docker_install.sh > /dev/null + - sh build/docker_install.sh > /dev/null - curl -sS https://getcomposer.org/installer | php - php composer.phar install --ignore-platform-reqs services: