diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95c9b85..f577d25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,12 +21,12 @@ unit_tests: script: - make test -race_detector: - stage: test - tags: - - docker - script: - - make race +#race_detector: +# stage: test +# tags: +# - docker +# script: +# - make race code_coverage: stage: test