diff --git a/appveyor.yml b/appveyor.yml
index b2b0ae28bef3c66373426f96dbf94509f51de5ce..fa4134384adea8d9bf2dd50c346e93d5ebb03f2a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,7 +27,7 @@ build:
   parallel: true
 
 test_script:
-  - cd build && ctest -VV -C Release
+  - cd build && ctest -VV -C Release && cd ..
 
 on_success:
     # copying the needed QT Dlls is now done post build. See the CMakeLists.txt file in the citra-qt folder