From 2563ce86f6ebfe7447992920625b5cca1012d9df Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Fri, 25 Mar 2016 07:36:47 +0100 Subject: [PATCH] Play with CI --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0d54be..9f9cf72 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,11 +7,15 @@ before_script: - ./configure --enable-gcov build: - stage: build + stage: + - build + - test script: - make test: - stage: test + stage: + - build + - test script: - make coverage-html