From 2cd9b9656d282b85eceb89674d8578a2d2c9e7d7 Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Tue, 26 Apr 2022 07:02:11 +0000 Subject: [PATCH] L2SS-698: Install graphviz for documentation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5a14f0b5..667cbea2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -442,7 +442,7 @@ sphinx-documentation: stage: documentation before_script: - sudo apt-get update - - sudo apt-get install -y git + - sudo apt-get install -y git graphviz script: - cd tangostationcontrol - tox -e docs -- GitLab