Update .gitlab-ci.yml

Sanity check the status branches github is caching per its policy
This commit is contained in:
Marshall Gaucher 2019-10-29 12:10:48 -07:00 committed by GitHub
parent b9ec222328
commit 0d71e44adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -70,6 +70,8 @@ test:test-unittest:
- build:build-linux
script:
- make test
after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
.test:test-race-conditions:
stage: test
@ -79,7 +81,7 @@ test:test-unittest:
- make race
allow_failure: true
test:test-coverage:
.test:test-coverage:
stage: test
dependencies:
- build:build-linux
@ -94,7 +96,7 @@ test:test-coverage:
# ************************************************************************/
# DEPLOY
# ************************************************************************/
deploy_staging:
.deploy_staging:
stage: deploy
script:
- make