Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 17:39:25 +00:00
parent 0f744108b0
commit b81d07eb49

View File

@@ -18,7 +18,7 @@ prepare_job:
stage: prepare
script:
- 'pip install requests'
- 'git clone https://$CI_PROJECT_NAME:$PROJECT_TOKEN@$CI_SERVER_HOST/$CI_PROJECT_PATH.git'
- 'git clone https://$CI_PROJECT_NAME:$PROJECT_TOKEN@$CI_SERVER_HOST/translation-generator.git'
- 'ls -al'