diff --git a/.circleci/config.yml b/.circleci/config.yml
index e9c7d6a131e826e10646e207b5c2e7b25815ad0e..634a3bc8d12d6b2f2fc16c2dc3bda4e115f18731 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -145,9 +145,9 @@ jobs:
 
       - run:
           name: "Report Coverage"
+          shell: "/usr/bin/env nix-shell"
           command: |
-            #! /usr/bin/env nix-shell
-            #! nix-shell -p "python.withPackages (ps: [ ps.codecov ])"
+            #! nix-shell -i bash -p "python.withPackages (ps: [ ps.codecov ])"
             cp ./result-doc/share/doc/*/.coverage ./
             python -m coverage combine
             python -m coverage report