diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3e3a7d..d598bca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ services: test:7: before_script: - - bash build/docker_install.sh > /dev/null + - bash ./build/docker_install.sh > /dev/null - curl -sS https://getcomposer.org/installer | php - php composer.phar install --no-dev image: php:7 @@ -20,7 +20,7 @@ test:7: test:7.1: before_script: - - bash build/docker_install.sh > /dev/null + - bash ./build/docker_install.sh > /dev/null - curl -sS https://getcomposer.org/installer | php - php composer.phar install --no-dev image: php:7.1