From ee507683c6faf69730451b16fbe3ef2b508a15fa Mon Sep 17 00:00:00 2001 From: Filip Bucek Date: Fri, 8 Nov 2019 17:58:17 +0100 Subject: [PATCH] updating ci --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97228fc..244af13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - build - test -# ######## +########## # Build ########## build: # name of task @@ -20,9 +20,7 @@ build: # name of task paths: - build/ - - -# ######## +########## # Test ########## test: @@ -33,7 +31,6 @@ test: - cd build - make check - # memory leak check for unittest valgrind: stage: test