From 33311427972e5a0a7b72f73d2bd630037fb7181b Mon Sep 17 00:00:00 2001 From: selfisekai Date: Sat, 5 Sep 2020 14:21:01 +0200 Subject: [PATCH] fix ci??? --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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