use runner login for clone

Former-commit-id: 64cc31184d3a91386b689870de7d96e423fb58af
This commit is contained in:
malavan 2021-06-18 17:15:49 +00:00
parent b9967bf64d
commit 502197a3f6

View File

@ -17,7 +17,7 @@ node-redis-test:
script:
- mkdir node-redis-test
- cd node-redis-test
- git clone https://gitlab.eqalpha.com/keydb-dev/node-redis.git
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.eqalpha.com/keydb-dev/node-redis.git
- cd node-redis
- npm install
- npm run test