diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 60ce653..5efb24d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ refresh-elo: variables: GIT_STRATEGY: clone script: - - cd sites/40k-rankings/statcheck-elo-scraper && python refresh_elo.py && cd ../../.. + - (cd sites/40k-rankings/statcheck-elo-scraper && python refresh_elo.py) - git config user.email "gitlab-ci@gateway-gamers.net" - git config user.name "GitLab CI" - git remote set-url origin "https://oauth2:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git"