diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1a8285eae58cf5447bab6d87fe46ba07c1c49bfb..d3bf4915529ae2de72dd1cb7a29321445c5103f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,6 +11,7 @@ before_script:
     - python -m venv venv
     - . venv/bin/activate 
     - pip install -e .
+    - pip install build twine
 
 build:
     stage: build