From 0a53482c3ef7c6880f824cf7af3808def6a1a9b7 Mon Sep 17 00:00:00 2001 From: Chapin Bryce <27cbryce@gmail.com> Date: Sat, 15 Jun 2019 16:12:49 -0400 Subject: [PATCH] gitlab ci --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4eb8358..312635a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: python:3.7.3-slim-stretch pages: script: - - apt update && apt install build-essential + - apt update && apt install -y build-essential - pip3 install -r dev_requirements.txt - cd docs - make html