From 6ed509740a3edf700a85990016e062357409ecd6 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Wed, 22 Aug 2018 13:12:55 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07596f2..5f13e98 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ before_script: ## get API token from secret variable - cp python-gitlab.cfg $HOME/.python-gitlab.cfg - echo "private_token = ${PRIVATE_API_TOKEN}" >> $HOME/.python-gitlab.cfg - - python setup.py install + - python3 setup.py install deadlines: ## creates the pushed tag inside all projects