From 954dfe46a16ac0b833bca7fa4bd41f5631135e3d Mon Sep 17 00:00:00 2001 From: malavan Date: Fri, 18 Jun 2021 15:32:58 +0000 Subject: [PATCH] add src/ as an artifact Former-commit-id: 315bd739a9db97c4e680212dfd31580828c3fcc6 --- .gitlab-ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8123ce46..6d71c9f32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,14 +6,19 @@ build: - make -j - make uninstall - make install + artifacts: + paths: + - src/ make-test: - stage: make test + needs: ["build"] + stage: test script: - make test node-redis-test: - stage: node redis test + needs: ["make-test"] + stage: test script: - mkdir node-redis-test - cd node-redis-test