From 85a34ceefb76dbf7663318786b74510d12d29683 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Sun, 6 Sep 2020 17:09:59 +0200 Subject: [PATCH] gitlab: add p7zip-full to pre-installed packages --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 843b551..b32ca39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ unit_test: variables: SET: test00 before_script: - - apt-get update -qq && apt-get install -y -qq make git python + - apt-get update -qq && apt-get install -y -qq make git python curl p7zip-full - python cue-test.py env script: - python cue-test.py @@ -37,7 +37,7 @@ unit_test: .build: stage: build before_script: - - apt-get update -qq && apt-get install -y -qq build-essential git python curl + - apt-get update -qq && apt-get install -y -qq build-essential git python curl p7zip-full - python cue.py prepare script: - python cue.py build