Try apt-get instead of apt.

master
Sofus Albert Høgsbro Rose 2017-01-26 17:20:57 -05:00
parent b55e9e9a65
commit ef8d9d1e7b
Signed by: so-rose
GPG Key ID: 3D01BE95F3EFFEB9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ after_script:
build:
stage: build
before_script:
- apt update && apt -y install python3-pip gcc libmagickwand-dev
- apt-get update && apt-get -y install python3-pip gcc libmagickwand-dev
script:
- python3 setup.py sdist #Build source distribution.
- python3 setup.py bdist_wheel #Build Linux wheel.