From 25590d9e9b64c194a2a2061266889f7a9c3ea943 Mon Sep 17 00:00:00 2001 From: Ilia Eriomenco <ilia.eriomenco@endava.com> Date: Wed, 31 Mar 2021 14:43:59 +0300 Subject: [PATCH] ci: added 'INSTANCE_NAME=elife' in script template in eLife test --- .gitlab-ci.elife.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.elife.yml b/.gitlab-ci.elife.yml index 8d86f5c730..742a59daba 100644 --- a/.gitlab-ci.elife.yml +++ b/.gitlab-ci.elife.yml @@ -86,6 +86,7 @@ deploy: - apt-get -y install postgresql-client # use the example env for tests - cp .env.example .env + - echo "INSTANCE_NAME=elife" >> .env test-chrome: <<: *run_test_template -- GitLab