From 10025e14021c836a31c6ce44d4d6d23ee8640bca Mon Sep 17 00:00:00 2001 From: Joseph Weston <joseph.weston08@gmail.com> Date: Sun, 24 Apr 2016 03:14:40 +0200 Subject: [PATCH] ensure we run doc build in clean environment --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f10e7f56..9eec19ad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,5 +2,5 @@ job: script: - python3 setup.py build - python3 setup.py build_ext -i - - make -C doc html + - make -C doc clean && make -C doc html - nosetests3 --with-coverage --cover-package kwant -- GitLab