From d1d4c47b0a83a869fa5dddc6de4fed220d0bba64 Mon Sep 17 00:00:00 2001 From: Sofus Rose Date: Thu, 26 Jan 2017 17:42:34 -0500 Subject: [PATCH] Typo --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a16c469..7d9b291 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,9 @@ after_script: build: stage: build before_script: - - apt-get update && apt-get -y install python3-pip gcc libmagickwand-dev + - apt-get update && apt-get -y install gcc libmagickwand-dev - pip3 install -r requirements.txt + - ./mkDocs.sh script: - python3 setup.py sdist #Build source distribution. - python3 setup.py bdist_wheel #Build Linux wheel.