From 8117ec4b83a9171243846dfab7117dfc3ec9eaa5 Mon Sep 17 00:00:00 2001 From: Mussab Abdalla <mussab.abdalla@eox.at> Date: Wed, 18 Mar 2020 11:41:34 +0100 Subject: [PATCH] setting UPLOAD_CONTAINER --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3411baae..db82cf56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -77,7 +77,7 @@ test: stage: test variables: BUCKET_NAME: pvs_testing - UPLOAD_CONTAINER: preprocessor_test + UPLOAD_CONTAINER: pvs_testing services: - docker:dind before_script: -- GitLab