diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 84bfcf83..bb868dd3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,7 @@ test: stage: test script: - make test + - make test-race tags: - medium @@ -47,6 +48,7 @@ test-integration: stage: test script: - make test-integration + - make test-integration-race tags: - large