From f5bb8d646bcbd9b77876ec3757445bad049192e8 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Thu, 12 Oct 2017 12:25:44 +0200
Subject: [PATCH] test doc job when manually triggered

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ab46a49c..b73c53a03 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -144,4 +144,5 @@ doc:
     - cmake .. -DCHAMELEON_ENABLE_DOC=ON
     - make doc
   only:
-    - master@solverstack/chameleon
\ No newline at end of file
+    - master@solverstack/chameleon
+  when: manual
-- 
GitLab