From 7cd14168bcf0f7a2ee4fdacc91ca5d121be242d7 Mon Sep 17 00:00:00 2001 From: malavan Date: Fri, 18 Jun 2021 17:50:35 +0000 Subject: [PATCH] add -j to make test Former-commit-id: 7509875974938f1087ace2437ceb95d8baeeeffa --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 532ee6b6b..cbd3ce388 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ build: make-test: stage: test script: - - make test + - make test -j node-redis-test: stage: test