From 8a9c86d35104c2d1bfbf8cb7815b4d7686ac2ca4 Mon Sep 17 00:00:00 2001
From: Antoine Regimbeau <antoine.regimbeau@c-s.fr>
Date: Mon, 4 Feb 2019 18:11:51 +0100
Subject: [PATCH] Update README.md

---
 CI/README.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/CI/README.md b/CI/README.md
index 175927776f..6cbde26dd1 100644
--- a/CI/README.md
+++ b/CI/README.md
@@ -2,23 +2,23 @@
 This folder contains files for the continuous integration.
 
 ## Docker files
-The docker files are : 
+The docker files are: 
 
- * Dockerfile.nat : native environment to test OTB. Shark is not on this one as the version OTB is using is not packaged (since 6.7)
- * Dockerfile.shark.1.3.4 : native environment and Shark version 3.1.4.
+ * Dockerfile.nat: native environment to test OTB. Shark is not on this one as the version OTB is using is not packaged (since 6.7)
+ * Dockerfile.shark.1.3.4: native environment and Shark version 3.1.4.
 
 ## CMake files
-The docker files are :
+The docker files are:
 
- * main_ci.cmake : main script that will launch configure, build and soon test. It aims at configuring Ctest before running the different jobs (site name, build command...)
- *configure_option.cmake : script that gathers all options needed by OTB.
+ * main_ci.cmake: main script that will launch configure, build and soon test. It aims at configuring Ctest before running the different jobs (site name, build command...)
+ * configure_option.cmake: script that gathers all options needed by OTB.
 
-##Yaml file
-The last file needed for the CI is the *.gitlab-ci.yml* it aims at interfacing with GitLab. Here is the basic structure : 
+## Yaml file
+The last file needed for the CI is the *.gitlab-ci.yml* it aims at interfacing with GitLab. Here is the basic structure: 
 ```
 Job-name:
   stage: job-type
-  image: docker image that will be used
+  image: docker_image_that_will_be_used
   script:
     - script that will be launch inside the docker
 ```
-- 
GitLab