From 0a729f756b73a1947be47bd0f2c5531b40d10852 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrea=20B=C3=B6nsch?= <boensch@vr.rwth-aachen.de>
Date: Tue, 12 Sep 2017 12:09:39 +0200
Subject: [PATCH] Update .gitlab-ci.yml for wording gcc6.3.1

---
 .gitlab-ci.yml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ec36cf32..8c9a6a34 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -57,17 +57,17 @@ conan:linux:gcc5.3.1:
     - build
     expire_in: 1 week
     
-conan:linux:gcc6.2.1:
+conan:linux:gcc6.3.1:
   stage: conan
   tags:
-    - gcc6.2.1
+    - gcc6.3.1
     - linux
   script:
     - mkdir build
     - cd build
     - export CC=gcc
     - export CXX=g++
-    - conan install .. --build=missing -s compiler="gcc" -s compiler.version="6.2" -s compiler.libcxx="libstdc++11"
+    - conan install .. --build=missing -s compiler="gcc" -s compiler.version="6.3" -s compiler.libcxx="libstdc++11"
   artifacts:
     paths:
     - build
@@ -103,13 +103,13 @@ cmake:linux:gcc5.3.1:
     - build
     expire_in: 1 week
 
-cmake:linux:gcc6.2.1:
+cmake:linux:gcc6.3.1:
   stage: cmake
   tags:
-    - gcc6.2.1
+    - gcc6.3.1
     - linux
   dependencies:
-    - conan:linux:gcc6.2.1
+    - conan:linux:gcc6.3.1
   script:
     - cd build
     - cmake .. -Dglm_DIR=/home/buildbot/vrsw/glm/glm-0.9.8.4/lib/cmake/glm
@@ -148,13 +148,13 @@ build:linux:gcc5.3.1:
     - build
     expire_in: 1 week
 
-build:linux:gcc6.2.1:
+build:linux:gcc6.3.1:
   stage: build
   tags:
-    - gcc6.2.1
+    - gcc6.3.1
     - linux
   dependencies:
-    - cmake:linux:gcc6.2.1
+    - cmake:linux:gcc6.3.1
   script:
     - cd build
     - make
@@ -184,13 +184,13 @@ test:linux:gcc5.3.1:
     - cd build
     - make test
     
-test:linux:gcc6.2.1:
+test:linux:gcc6.3.1:
   stage: test
   tags:
-    - gcc6.2.1
+    - gcc6.3.1
     - linux
   dependencies:
-    - build:linux:gcc6.2.1
+    - build:linux:gcc6.3.1
   script:
     - cd build
     - make test
-- 
GitLab