diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac5809f..8f898fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,6 +71,8 @@ test:test-unittest: script: - make test allow_failure: true + after_script: + - bash <(curl -s https://codecov.io/bash) -t "${CODECOV_TOKEN}" .test:test-race-conditions: stage: test