diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c769d3f6473a78e8465b72bd4634302ba8fe2924..a3d6dd518f77448ad454ebeda91fe8e807a0d9dc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,9 @@ image: stretch_website
 
 before_script:
   - export LANG=en_US.UTF-8
+  - id
   - apt-get update
+  - apt-get install dpkg-dev
   - python3 -m venv venv
   - source venv/bin/activate
   - pip install wheel