From 40972126330440c82785d824b1136a9e1d2c036a Mon Sep 17 00:00:00 2001 From: Peio Rigaux Date: Fri, 16 Nov 2018 11:11:51 +0100 Subject: [PATCH] gci : adding the shared library to the artifact and removing find and useless comment --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1224cd..a39235b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,11 +12,10 @@ build: - cd build-bcg729 - cmake .. -DENABLE_TESTS=YES - make - - find -name libbcg729.so.0 artifacts: - #untracked: true paths: - build-bcg729/test/* + - build-bcg729/src/libbcg729.so.0 test: stage: test