diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10e66e3..2fe07b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,7 +18,7 @@ prepare_job: stage: prepare script: - 'pip install requests' - - 'git clone https://oauth2:$PROJECT_TOKEN@$CI_SERVER_HOST/bacon/translation-generator.git' + - 'git clone https://oauth2:gl.beaconborn.ru/bacon/translation-generator.git' - 'ls -al'