diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c86205d..f7e3260 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ build: # name of task - make -j4 artifacts: paths: - - build + - build/ # ######## @@ -41,7 +41,7 @@ valgrind: - shell script: - cd build - - valgrind make check test + - valgrind make check dependencies: - build