diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8ca93a..3dddc3f 100644 --- a/.gitlab-ci.yml +++ b/.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