From ce3d1a6932fac27ad74274d57d30d1b3c72465bc Mon Sep 17 00:00:00 2001 From: SP Mohanty <spmohanty91@gmail.com> Date: Tue, 21 May 2019 15:23:34 +0200 Subject: [PATCH] Addresses #35 - Fixes deploy_docs confirguation by adding correct dependencies --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 885f2a32..9a94e417 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,6 +37,8 @@ build_and_deploy_docs: - tests before_script: - pip install awscli + - apt update + - apt install -y graphviz libgl1-mesa-glx xvfb xdg-utils script: - pip install -r requirements_dev.txt - python setup.py install -- GitLab