From 7420ba519e9500d7302b70dd7264dbdf6d87c0f9 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Thu, 19 May 2022 17:57:33 +0200 Subject: [PATCH] wip --- .gitlab-ci.yml | 4 ++++ tests/cli_01_init_test.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 373495f..2077d49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,10 @@ image: docker:latest services: - docker:dind +variables: + DOCKER_HOST: tcp://docker:2375 + DOCKER_TLS_CERTDIR: "" + stages: - linting - tests diff --git a/tests/cli_01_init_test.py b/tests/cli_01_init_test.py index 57103f9..12eb10c 100644 --- a/tests/cli_01_init_test.py +++ b/tests/cli_01_init_test.py @@ -19,7 +19,7 @@ def test_cli_init(): "--project-name=test-cli", "--initial-release=13.0", "--final-release=14.0", - "--extra-repository=OCA/web", + "--extra-repository=OCA/web,OCA/server-tools", ] )