Browse Source

Remove test report publishing in gitlab ci

tags/1.1.2^0 1.1.2
Alban Jubert 8 years ago
parent
commit
a8f3c63cba
  1. 12
      .gitlab-ci.yml

12
.gitlab-ci.yml

@ -40,15 +40,3 @@ test:
paths:
- tests/report
deploy report:
stage: deploy
dependencies:
- test
script:
- mv -f tests/report/ public/
artifacts:
paths:
- public
expire_in: 30 days
only:
- master

Loading…
Cancel
Save