From c8272b8b43715b1a28f22f8b90bcf9d77069f09a Mon Sep 17 00:00:00 2001 From: selfisekai Date: Sat, 5 Sep 2020 14:05:52 +0200 Subject: [PATCH] fix integration test alpine does not provide networkmanager/nmcli by default --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b813f0c..c26f9b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,5 +9,6 @@ unit_tests: - nosetests tests/*.py integration_test: + image: python:3.8-buster script: - python3 -m librefi