Skip to content
Snippets Groups Projects
.gitlab-ci.yml 135 B
Newer Older
Thomas Flori's avatar
Thomas Flori committed
image: "iras/php7-phalcon-test"

test:
  artifacts:
    path:
    - coverage/
Thomas Flori's avatar
Thomas Flori committed
  script:
    - composer install
    - composer test-wcc