diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2a7aa0a242c31cf54a155eab6397c181681f6b7..e1544ab497dfe44c9ac4ff76aff202382f187f5c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,7 @@ build:
 test:
   stage: test
   script:
-    - swift test --build-tests --sanitize=address -c release -Xswiftc -enable-testing
-    - swift test --build-tests --sanitize=thread -c release -Xswiftc -enable-testing
+    - swift test --sanitize=address -c release -Xswiftc -enable-testing
+    - swift test --sanitize=thread -c release -Xswiftc -enable-testing
   tags:
     - macOS