~singpolyma/biboumi

06439fa2fc181d4ca1212cab530bee7e481df6af — louiz’ 7 years ago af42073
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/