From cc7dafa0bea0b0e6ae34d061950c93d8b377757f Mon Sep 17 00:00:00 2001 From: Filip Bucek Date: Fri, 8 Nov 2019 16:33:17 +0100 Subject: [PATCH] updating tests --- .gitlab-ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66c1b25..d6c1d1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,7 @@ build: - make -j4 artifacts: paths: - - build + - build/ # ######## # Test @@ -33,7 +33,8 @@ test: - shell script: - cd build - - make check test + - make check + # memory leak check for unittest valgrind: @@ -42,7 +43,7 @@ valgrind: - shell script: - cd build - - valgrind make check test + - valgrind make check # Quality of code cppcheck: