Update .gitlab-ci.yml
Remove ci tags that aren't doing anything for us in Gitlab external CI flow
This commit is contained in:
parent
917892b665
commit
63218b45c3
|
@ -72,8 +72,6 @@ test:test-unittest:
|
||||||
- build:build-linux
|
- build:build-linux
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
except:
|
|
||||||
- merge_requests
|
|
||||||
after_script:
|
after_script:
|
||||||
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
||||||
|
|
||||||
|
@ -93,10 +91,6 @@ test:test-coverage:
|
||||||
- make coverage
|
- make coverage
|
||||||
- make coverage_report
|
- make coverage_report
|
||||||
- make coverage_html
|
- make coverage_html
|
||||||
except:
|
|
||||||
- merge_requests
|
|
||||||
after_script:
|
|
||||||
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ./coverage.html
|
- ./coverage.html
|
||||||
|
|
Loading…
Reference in New Issue