diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 89e94e75eafb2c975d5b6a5339d1ed2a2e303835..06cdd98fb0d47d4d4e280aa5c5a9d3029dc0979f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,7 +13,7 @@ pages:
   stage: deploy
   before_script:    
   - R -e "install.packages('remotes')"  # This package is used to be able to install packages defining their versions0  
-  - R -e "remotes::install_version('quarto',version = '1.4')" # This is used for publishing the website 
+  #- R -e "remotes::install_version('quarto',version = '1.4')" # This is used for publishing the website 
   - R -e "remotes::install_version('kableExtra', version = '1.4.0')"  # This is used for rendering a table 
   - R -e "remotes::install_version('openxlsx',version = '4.2.5.2')" # This package is used for reading excel table
   - R -e "remotes::install_version('crosstalk', version = '1.2.1')" # This is used for adding filters to the table