diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2551913dfcdef85e8d994afe1da093eaf63faea..9a68998c5cfe5c81559fecdad8c3cb285043f081 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
   - build
 
 before_script:
-  - apt update && apt install -y pkg-config
+  - apt update && apt install -y pkg-config libssl-dev
 
 rust-latest:
   stage: build