Update .gitlab-ci.yml

Remove ci tags that aren't doing anything for us in Gitlab external CI flow
This commit is contained in:
Marshall Gaucher 2019-10-13 15:58:43 -07:00 committed by GitHub
parent 917892b665
commit 63218b45c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -72,8 +72,6 @@ test:test-unittest:
- build:build-linux
script:
- make test
except:
- merge_requests
after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
@ -93,10 +91,6 @@ test:test-coverage:
- make coverage
- make coverage_report
- make coverage_html
except:
- merge_requests
after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
artifacts:
paths:
- ./coverage.html