diff --git a/test/docker_install.sh b/test/docker_install.sh index e697d38..ffc6099 100644 --- a/test/docker_install.sh +++ b/test/docker_install.sh @@ -11,4 +11,4 @@ apk add --no-cache git yarn sqlite npm install pg sqlite3 dblite mysql2 # Replace test config with docker config file -mv "./config-ci.json" "./config.json" \ No newline at end of file +mv "./test/config-ci.json" "./test/config.json" \ No newline at end of file