Resolve typo 2

This commit is contained in:
mdr0id 2019-10-05 08:12:16 -07:00
parent f3023fc5b5
commit f2c657e877
1 changed files with 1 additions and 1 deletions

View File

@ -70,9 +70,9 @@ test:test-unittest:
- build:build-linux
script:
- make test
allow_failure: true
after_script:
- bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
allow_failure: true
.test:test-race-conditions:
stage: test