diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf67721960024b69919b5795dbd79f847d4ddf9b..9f909b5f98cc6c24b9b3bc5c61b15b7c7da0a72d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ testing:
     paths:
       - testing/*.log
 
-# deploy static webpage
+# build static webpage
 build-static:
   stage: build
   allow_failure: false
@@ -49,4 +49,4 @@ pages:
     paths:
       - public
   rules:
-    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file
+    - if: $CI_COMMIT_BRANCH == master
\ No newline at end of file