ci: replace test token with $CI_JOB_TOKEN

This commit is contained in:
Tomas Vik 2022-06-20 12:16:28 +02:00
parent f114f6fe11
commit ab6ec972f6
1 changed files with 1 additions and 1 deletions

View File

@ -43,4 +43,4 @@ run_tests:
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
script:
- make test
- GITLAB_TOKEN=$CI_JOB_TOKEN make test