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