Disabled race_detector in gitlab-ci.yml

This commit is contained in:
Adphi 2018-10-16 12:03:46 +02:00
parent dd7c020cf5
commit f40f6afa5c
1 changed files with 6 additions and 6 deletions

View File

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