diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0c24605ab1bbf5f9eb114a36d12c35b51bd650a3..a3da587beea2e032ad933e3de20c670b7106d961 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ deploy-webserver:
     - mkdir -p ~/.ssh
     - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
   script:
-    - yum install -y epel-release
+    - yum install -y epel-release wget
     - yum install -y gcc
     - wget https://centos7.iuscommunity.org/ius-release.rpm
     - rpm -Uvh ius-release*.rpm