diff --git a/.circleci/config.yml b/.circleci/config.yml
index 2fda09c7eb1ef31545cce667df22a50ea5602a19..9d9aad093e89fb6aea5bbdad226b2f5e01013313 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -34,7 +34,7 @@ jobs:
       - run:
           name: "Run Tests"
           command: |
-            nix-shell shell.nix --run "stack test --coverage"
+            nix-shell shell.nix --run "stack --test --no-terminal --coverage"
 
 workflows:
   version: 2