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