From fd5c86aa2d1095eb47484b8dc3a29ceb43ad7d1d Mon Sep 17 00:00:00 2001
From: Patrick Thaele <patrick.thaele@falcom.de>
Date: Wed, 7 Sep 2016 12:56:50 +0000
Subject: [PATCH] Fix: Switch sample values for $CI_SERVER_REVISION and
 $CI_SERVER_VERSION.

---
 doc/ci/variables/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/ci/variables/README.md b/doc/ci/variables/README.md
index 4a7c21f811d..c32831d3aaa 100644
--- a/doc/ci/variables/README.md
+++ b/doc/ci/variables/README.md
@@ -76,8 +76,8 @@ export CI_RUNNER_DESCRIPTION="my runner"
 export CI_RUNNER_TAGS="docker, linux"
 export CI_SERVER="yes"
 export CI_SERVER_NAME="GitLab"
-export CI_SERVER_REVISION="8.9.0"
-export CI_SERVER_VERSION="70606bf"
+export CI_SERVER_REVISION="70606bf"
+export CI_SERVER_VERSION="8.9.0"
 ```
 
 ### YAML-defined variables
-- 
GitLab