diff --git a/example/example.gitlab.ci.yml b/example/example.gitlab.ci.yml
index f99c7b6e739ef143725b034e62f4b9c84c5898d3..cdf9db0229cd19d49cd66cd4c2735f96a0e525dc 100644
--- a/example/example.gitlab.ci.yml
+++ b/example/example.gitlab.ci.yml
@@ -81,7 +81,7 @@ variables:
   script:
     - apt update && apt upgrade -y
     # Installing missing packages.
-    - apt-get update && apt-get install -y apt-utils libsodium-dev patch unzip
+    - apt-get update && apt-get install -y apt-utils libsodium-dev patch unzip wget
     # Installing sodium extension required by ACMS.
     - |
       php_version="$(php -r 'echo PHP_VERSION;' | cut -d '.' -f 1,2)"