From 3f3b6bbe71534e4cd946bd93ead414f9c29718ca Mon Sep 17 00:00:00 2001 From: Vincent A Date: Wed, 7 Apr 2021 10:19:28 +0200 Subject: [PATCH] .gitlab-ci.yml: remove "woob" call from local_run since it's forbidden local_run now takes the woob subcommand directly, you mustn't pass "woob" as argument. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 26b5fb0f90..6cac9ebfbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ load-modules:3: image: "python:3" stage: "test" script: - - "./tools/local_run.sh woob config update" + - "./tools/local_run.sh config update" unittests:3: image: "python:3" -- GitLab