diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f439e85..45551526 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,11 @@ build: - mkdir build - cd build - cmake -DENABLE_COVERAGE_TESTING=true .. - - make -j$(nproc) + - make all_graphene_tests -j$(nproc) + artifacts: + untracked: true + paths: + - build/tests/all_graphene_tests tags: - builder