diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64f5cc6..01ac967 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ integration_test: image: python:3.8-buster before_script: - pip3 install -r librefi/requirements.txt - - apt-get update - - apt-get install network-manager + - apt-get -y update + - apt-get -y install network-manager script: - python3 -m librefi