From f248986fcaf1403d94f6fb0fb8a2af7deb259be3 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 13 Sep 2020 16:39:17 +0200 Subject: [PATCH] gitlab-ci: remove the dependency from pages onto ctest for the time being This will break the python doc, but allow faster tests of the java doc. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae5ebb7d2a..2726404cde 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,5 +69,5 @@ pages: - public only: - master - needs: ["ctest"] + needs: [] #["ctest"] -- 2.20.1