From ef8d9d1e7b53284642bf2e9ec4600ff02caa47c5 Mon Sep 17 00:00:00 2001 From: Sofus Rose Date: Thu, 26 Jan 2017 17:20:57 -0500 Subject: [PATCH] Try apt-get instead of apt. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ca221d..1e331b0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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.