From 245086f48bb17293f02fbb1681fde052dc6e5cd3 Mon Sep 17 00:00:00 2001 From: malavan Date: Sat, 19 Jun 2021 07:07:28 +0000 Subject: [PATCH] redo build instead of upload and download Former-commit-id: 841cdb2a429576ef2a6fb299aef2156ec56df243 --- .gitlab-ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8164c6bce..6432fd01a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,18 +4,21 @@ build: - git submodule init && git submodule update - make distclean - make -j - artifacts: - paths: - - ./ make-test: stage: test script: + - git submodule init && git submodule update + - make distclean + - make -j - make test -j node-redis-test: stage: test script: + - git submodule init && git submodule update + - make distclean + - make -j - make install - mkdir node-redis-test - cd node-redis-test