From 4fe80c40da24a58139328d7e4f28e29fac44cf87 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Tue, 30 Mar 2021 17:29:51 -0300 Subject: [PATCH] also apply to test:json-api --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1591e222..373a103d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ test:json-api: stage: test script: - make install tools - - HOME=/tmp coverage run -p --source=lbry scripts/generate_json_api.py + - ELASTIC_HOST=elasticsearch HOME=/tmp coverage run -p --source=lbry scripts/generate_json_api.py