diff --git a/circle.yml b/circle.yml
index d4f07638e9701319873b83810ed1059aa5135d6f..178d1a64c9646eac8daeb3ff5886d105a6bd2aaf 100644
--- a/circle.yml
+++ b/circle.yml
@@ -4,7 +4,6 @@ dependencies:
     - rm -rf ~/.go_workspace/src/github.com/eris-ltd/eris-db
     - mkdir -p ~/.go_workspace/src/github.com/eris-ltd
     - ln -s ~/eris-db ~/.go_workspace/src/github.com/eris-ltd/eris-db
-    - ls ~/.go_workspace/src/github.com/eris-ltd/eris-db
     - go get github.com/tools/godep
   override:
     - godep restore
@@ -12,4 +11,5 @@ dependencies:
 
 test:
   override:
+    - pwd
     - "cd ../.. && godep go test ./..."