Fixed gitlab-ci. Wrong package installed.

This commit is contained in:
Abel Hoogeveen 2019-02-11 17:32:00 +01:00
parent 31a668475a
commit f24a00c72c
No known key found for this signature in database
GPG Key ID: 96C2234920BF4292
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ before_script:
# Install dependencies
- set -xe
- apt-get update -yqq
- apt-get install git zip inzip -yqq
- apt-get install git zip unzip -yqq
stages:
- build