From 095a6812858c52f43e87645e9eb45eb9e59d1791 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Tue, 27 Apr 2021 14:24:54 +0200 Subject: [PATCH] fixed gitlab ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0f33f75..41568b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,7 @@ test:pylama: - master - develop before_script: + - apt-upgrade && apt-get install -y -q python3-apt python3-aptdaemon - if test -r requirements.txt; then pip install -r requirements.txt; fi script: if test -x "$(which pylama)"; then pylama *.py; fi