hipay/hipay-wallet-cashout-mirakl-library

View on GitHub
.gitlab-ci.yml

Summary

Maintainability
Test Coverage
stages:
 - test


phpunit:
  stage: test
  image: phpunit/phpunit:6.5.3
  script:
    - composer install
    - phpunit -c tests/phpunit.xml
  allow_failure: false
  tags:
    - small