diff --git a/.travis.yml b/.travis.yml
index 70ba6a1dfecceecec28cca1b72b56a4a4e8ecc51..f06ff28f6152b8ffa811a494e400ad2672546df1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,9 +47,10 @@ install:
 
 script:
     - gbp buildpackage  --git-ignore-branch --git-ignore-new -uc -us
+    - dpkg -L ../moose*.deb
     - sudo dpkg -i ../moose*.deb
 
 after_success:
-    - python -c 'import moose; moose.test( timeout = 10 )'
-    - python -c 'import moogli'
     - cd __moose-core_build && ctest --output-on-failure
+    - cd ~ && python -c 'import moose; moose.test( timeout = 10 )'
+    - cd ~ && python -c 'import moogli'