From 8792b930680bb0f390528c1b68db67001802d204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Jacquin?= Date: Mon, 9 Apr 2018 17:58:52 +0200 Subject: [PATCH] Replace PROJECT variable by CI_PROJECT_PATH --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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