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