diff --git a/appveyor.yml b/appveyor.yml
index b7fc2d3a1b..683c2b335b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,5 +27,9 @@ init:
   # git clone の際の改行を変換しないようにします
   - git config --global core.autocrlf false
 
+before_test:
+  - "mkdir -p ./.config && cp ./.ci-files/default.yml ./.config && cp ./.ci-files/test.yml ./.config"
+  - "npm run build"
+
 test_script:
   - npm test