I have the following CI/CD
build-job:
stage: build
script:
- echo "Hello, $GITLAB_USER_LOGIN!"
- ls -al
- mkdir django_app
- cd django_app
- git clone git@gitlab.com:xxxxxx/yyyyyy.git .
It says
$ git clone git@gitlab.com:xxxxx/yyyyy.git .
Cloning into '.'...
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Cleaning up project directory and file based variables
How to clone the repository