diff --git a/auto_build_deploy b/auto_build_deploy
index 5924e2a019cfcf15112d25bc3e579d6a041ce7a1..639e29b7f823d75fc1cc3c03819ac086838dfdf4 100644
--- a/auto_build_deploy
+++ b/auto_build_deploy
@@ -31,7 +31,7 @@ node('build-slave') {
                     sh 'mvn clean install -U -DskipTests=false '
 
            //     stage Package
-                    dir('service') {
+                    dir('controller') {
                         sh 'mvn play2:dist'
                     }
                     sh('chmod 777 ./build.sh')