use runner login for clone

Former-commit-id: 64cc31184d3a91386b689870de7d96e423fb58af
This commit is contained in:
malavan 2021-06-18 17:15:49 +00:00
parent 1c22752f45
commit ca92c3303d

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