Commit 0dbf9c04 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Config gitlab-ci: génération des log phpunit même si échec du job

parent 2fbbc890
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -11,10 +11,11 @@ unit-tests:
  stage: tests
  script:
    - composer install --no-interaction --no-suggest --no-progress
    - php vendor/bin/phpunit --coverage-text --colors=never > coverage.txt
    - php vendor/bin/phpunit --coverage-text --colors=never > phpunit-log.txt
  artifacts:
    paths:
      - coverage.txt
      - phpunit-log.txt
    when: always

update-satis:
  stage: publish