diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d85f14a4d245d05f5661918e925d72755066b898..9d6fee3cd7ec3f145d8b6a6b06a123b89c58c828 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,9 +76,6 @@ build-macos:
   stage: build
   tags: [macos]
   before_script:
-    - 'brew upgrade qt@5'
-    #- brew reinstall --force python3
-    #- brew bundle --file=./.ci/macos/Brewfile --force --cleanup
     - rm -rf ../.hunter &&  mv .hunter ../.hunter || true
   script:
     - export PATH=/usr/local/opt/qt@5/bin/:${PATH}