Browse Source

Resolve typo 2

service_pr
mdr0id 5 years ago
parent
commit
f2c657e877
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -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

Loading…
Cancel
Save