From 28e263c207d65e7042bbfdfbf082caf95d9cc4c5 Mon Sep 17 00:00:00 2001
From: Pierre Esterie <pierre.esterie@inria.fr>
Date: Fri, 19 Apr 2019 10:53:46 +0200
Subject: [PATCH] Fix typo in ci yaml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e7707e259..8985c5d90 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -48,7 +48,7 @@ doc:
     - cd Build && cmake ..
         -DSCALFMM_BUILD_DOC=ON
         -DCMAKE_C_COMPILER=gcc-7
-  -DCMAKE_CXX_COMPILER=g++-7
+        -DCMAKE_CXX_COMPILER=g++-7
     - cd Doc    
     - git clone https://github.com/mosra/m.css.git
     - python3 m.css/documentation/doxygen.py Doxyfile-mcss
-- 
GitLab