From bc846b4df523501069f31f0d61e6aa91a3fa8f5c Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 22 Nov 2015 17:09:31 +0100 Subject: [PATCH] Removed unknown variables params. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98e349d4f..3c67d9eef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,10 +80,9 @@ job_integration_es: job_integration_otrs_5: stage: test - variables: - IMPORT_OTRS_ENDPOINT: "http://vz599.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator" script: - export RAILS_ENV=test + - export IMPORT_OTRS_ENDPOINT="http://vz599.demo.znuny.com/otrs/public.pl?Action=ZammadMigrator" - script/build/test_db_config.sh ci_zammad_otrs5 - rake db:drop; - rake db:create