diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e9dd1b..741f3f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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