Olivier Massot 3 years ago
parent
commit
9380e92729
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.gitlab-ci.yml

@@ -33,8 +33,8 @@ unit:
   stage: test
 
   script:
-    - pwd
-    - php composer.phar --no-interaction --quiet install
+    - ls -al
+    - php composer.phar --no-interaction install
     - php bin/phpunit --configuration phpunit.xml.dist --coverage-text --colors=never --no-interaction --do-not-cache-result
 
   artifacts: