diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9114cc1799f7c946d3882e0120c5f78e7ac09933..874c76aa3832855a5bb803cc276063c65ecc1cbb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,7 +96,7 @@ variables:
     - - |
           # apt_common
           echo -e "\e[0Ksection_start:`date +%s`:apt_common[collapsed=true]\r\e[0KInstalling common packages"
-      - apt-get install make git ccache
+      - apt-get install make git ccache nasm
       - |
           # apt_common
           echo -e "\e[0Ksection_end:`date +%s`:apt_common\r\e[0K"