diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 47b1070..32f51cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,7 @@ update: image: python:3.6 before_script: [] script: - - ./update.py $API_TOKEN $PROJECT + - pip install requests + - ./update.py $API_TOKEN $CI_PROJECT_PATH only: - schedules