Update .gitlab-ci.yml

This commit is contained in:
Marshall Gaucher 2019-10-14 20:32:50 -07:00 committed by GitHub
parent bbbee635f7
commit d7b50de573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ build:build-linux:
script:
- make
only:
- master
- development
artifacts:
paths:
- ./server
@ -73,7 +73,7 @@ test:test-unittest:
script:
- make test
only:
- master
- development
after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
@ -94,7 +94,7 @@ test:test-coverage:
- make coverage_report
- make coverage_html
only:
- master
- development
artifacts:
paths:
- ./coverage.html