From 06439fa2fc181d4ca1212cab530bee7e481df6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Wed, 4 May 2016 14:25:30 +0200 Subject: Run e2e in a subdirectory and lighten the build artifacts --- .gitlab-ci.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68704c0..65b70e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/ -- cgit v1.2.3