diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4f3689e1c77f5276f6d30192b4633f4e8df7acb9..7f485d48950a699b3fdad637417da57aa6ee06ba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,8 +4,8 @@ pages:
   stage: deploy
   before_script:    
   # Install Quarto
-  - wget https://github.com/quarto-dev/quarto-cli/releases/download/v$QUARTO_VERSION/quarto-1.5.57-linux-amd64.deb
-  - sudo dpkg -i quarto-$QUARTO_VERSION-linux-amd64.deb
+  - wget wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.tar.gz
+  - sudo dpkg -i quarto-1.5.57-linux-amd64.tar.gz
   - quarto check install  # Ensure Quarto is installed properly
   - 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