From c0b4674addee42232d5a543542dc867709e054bb Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 14 Sep 2020 00:42:44 +0200 Subject: [PATCH] CI: restore the dependency of pages onto ctest for the python doc --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02ad30c34c..932f59c653 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,5 +70,5 @@ pages: - public only: - master - needs: [] #["ctest"] + needs: ["ctest"] -- 2.20.1