diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a57357ddc4313cc7dd8775cc177a4423b187db89..0871f6224e151c5ff38cbfa8b326ae4b2d6d3bfc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,6 +13,7 @@ kelvin-node-schedule:
     only:
     - master
     - /^release.*$/
+    - /^pubtest.*$/
     script: ~/production/integration/gitlab-CI/build_all_handler.sh cellframe-node 
 
 kelvin-node-test:
@@ -22,4 +23,5 @@ kelvin-node-test:
     except:
     - master
     - /^release.*$/
+    - /^pubtest.*$/
     script: ~/production/integration/gitlab-CI/build_test_handler.sh cellframe-node