Olivier Massot hace 3 años
padre
commit
9380e92729
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: