Commit 7f8d9248 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

.gitlab-ci.yml : désactivation temporaire du lancement des tests unitaires.

parent 949241b5
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@ cache:
  paths:
  - vendor/

unit-tests:
  stage: tests
  script:
    - composer install --no-interaction --no-suggest --no-progress
    - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never
  artifacts:
    paths:
      - coverage.txt
#unit-tests:
#  stage: tests
#  script:
#    - composer install --no-interaction --no-suggest --no-progress
#    - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never
#  artifacts:
#    paths:
#      - coverage.txt

update-satis:
  stage: publish