From 154baae2ad19f415de3fa1b52327a41f60007933 Mon Sep 17 00:00:00 2001 From: malavan Date: Fri, 25 Jun 2021 11:46:28 +0000 Subject: [PATCH] add tags hopefully no need to kill stunnel Former-commit-id: 6b49258ba88874075e18e71911f472bc95595c5a --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb64a9951..63ad2a274 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,6 @@ build: + tags: + - docker stage: build script: - git submodule init && git submodule update @@ -6,6 +8,8 @@ build: - make -j make-test: + tags: + - docker stage: test script: - git submodule init && git submodule update @@ -14,6 +18,8 @@ make-test: - make test -j node-redis-test: + tags: + - shell stage: test script: - git submodule init && git submodule update @@ -26,13 +32,14 @@ node-redis-test: - npm run test jedis-test: + tags: + - docker stage: test script: - git submodule init && git submodule update - make distclean - make -j - make install - - pkill stunnel || true - git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.eqalpha.com/keydb-dev/jedis.git - cd jedis - mkdir tmp