From 7e7812ef4ce88456bad8b5ddd12dd9036ba75ada Mon Sep 17 00:00:00 2001
From: konfiot <arthurtoussaint@free.fr>
Date: Sat, 5 May 2018 23:23:04 +0200
Subject: [PATCH] peut etre avec des espaces

---
 .gitlab-ci.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c7f272..6513261 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,12 +1,12 @@
 image: ubuntu:latest
 build:
-	before_script:
-		- wget https://typographix.binets.fr/files/polytechnique-LaTeX.zip
-		- unzip polytechnique-LaTeX.zip¬
-		- cd polytechnique-LaTeX.zip
-		- sudo bash makefile_unix.sh
-		- cd ..
-	script:
-		- pdflatex document.tex
+  before_script:
+    - wget https://typographix.binets.fr/files/polytechnique-LaTeX.zip
+    - unzip polytechnique-LaTeX.zip¬
+    - cd polytechnique-LaTeX.zip
+    - sudo bash makefile_unix.sh
+    - cd ..
+  script:
+    - pdflatex document.tex
 
 
-- 
GitLab