diff --git a/.circleci/config.yml b/.circleci/config.yml
index 11d711901ce99928e543258080c80d6b06fe5d2f..9ff8c818441716970a7d0c2049bb5e00e5878d5a 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -46,6 +46,8 @@ jobs:
       - run:
           name: "Run Tests"
           command: |
+            env
+            cat $BASH_ENV
             nix-shell shell.nix --run "stack build --no-terminal --test --coverage --fast"
 
       - save_cache: