diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84a333c..a036dd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,8 +45,7 @@ before_script: - docker-php-ext-enable xdebug # Install Composer and project dependencies. - - (curl -sS https://getcomposer.org/installer || curl -vI https://getcomposer.org/installer && exit 1) | php - - echo $PWD && ls -al + - curl -sS https://getcomposer.org/installer | php - php composer.phar install # Install Node dependencies.