diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 466308394c2cf17cbe81b5bdb3a1c4bed3882c3a..7203b53deb1603a4ae8b0879c742ccd87330aa32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build: paths: - public/$TARGET before_script: - - apt update && apt install python3-venv + - apt update && apt install -y python3-venv - source ./venv-build-env.sh script: - ./gitlab-build.sh $TARGET