diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a2025407dd975317828d1ffcc8c5ac3c718a3ea..306f38a56e04f53fe3a62e426ce1a56ea0a0c9ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@ stages:
     - build
     - test
     - deploy
+    - update
 
 variables:
     GIT_SUBMODULE_STRATEGY: normal
@@ -91,3 +92,11 @@ cellframe-node_hirsuite:
     tags:
      - cellframe-node
     script: ~/production-docker/integration/gitlab-CI/build_all_handler.sh cellframe-node hirsuite
+
+cellframe-dashboard_update:
+    stage: update
+    only:
+     - master
+    tags:
+     - cellframe-node
+    script: ~/production-docker/integration/gitlab-CI/update_dashboard.sh
\ No newline at end of file
diff --git a/prod_build b/prod_build
index 3ff9ccc1f796447100ab4a797902ae27c88a920d..4cc2bd709c55b4a2ae8b08352c3f46866b8906b6 160000
--- a/prod_build
+++ b/prod_build
@@ -1 +1 @@
-Subproject commit 3ff9ccc1f796447100ab4a797902ae27c88a920d
+Subproject commit 4cc2bd709c55b4a2ae8b08352c3f46866b8906b6