Olivier Massot hace 3 años
padre
commit
f652b63cd1
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      .gitlab-ci.yml

+ 2 - 3
.gitlab-ci.yml

@@ -33,9 +33,8 @@ unit:
   stage: test
 
   script:
-    - 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
+    - php composer.phar --no-interaction --quiet install
+    - php bin/phpunit --configuration phpunit.xml.dist --colors=never --no-interaction
 
   artifacts:
     paths: