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