From 121c7fdf5dc9a7c3011ba7f7056941ba43dca4ac Mon Sep 17 00:00:00 2001 From: selfisekai Date: Sat, 5 Sep 2020 14:19:01 +0200 Subject: [PATCH] fix ci? --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c26f9b8..a7ea5a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,5 +10,8 @@ unit_tests: integration_test: image: python:3.8-buster + before_script: + - pip3 install -r librefi/requirements.txt + - apt-get install network-manager script: - python3 -m librefi