Run e2e in a subdirectory and lighten the build artifacts
1 files changed, 4 insertions(+), 6 deletions(-) M .gitlab-ci.yml
M .gitlab-ci.yml => .gitlab-ci.yml +4 -6
@@ 20,12 20,10 @@ build: - make biboumi -j$(nproc) - make coverage -j$(nproc) - make check -j$(nproc) - make e2e -j$(nproc) - mkdir tests_outputs && pushd tests_outputs && make e2e -j$(nproc) -C .. && popd - make rpm -j$(nproc) artifacts: paths: - build/ - build/coverage/ - build/rpmbuild/ - build/tests_outputs/