From f9a945e1f63bef6af19309724941a42b946f64df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 11 Nov 2015 14:49:39 +0100 Subject: [PATCH] Wrong file syntax --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c229f3dd..9f96ead8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,24 +1,24 @@ gcc-c++11: script: "CI/ci-linux.sh gcc C++11" - tags: - - Linux + tags: + - Linux clang-c++11: script: "CI/ci-linux.sh clang C++11" - tags: - - Linux + tags: + - Linux gcc-c++98: script: "CI/ci-linux.sh gcc C++98" - tags: - - Linux + tags: + - Linux clang-c++98: script: "CI/ci-linux.sh clang C++98" tags: - - Linux + - Linux macos: script: "CI/ci-mac.sh" - tags: - - Apple + tags: + - Apple