From e11a9213e7f9f50593c73fc55569bab8841d4c58 Mon Sep 17 00:00:00 2001
From: Dominik Hebeler <dominik@suma-ev.de>
Date: Mon, 15 Jun 2020 13:12:48 +0200
Subject: [PATCH] temporarily using other sumas file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22fe68de2..04c4a58d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,7 +42,7 @@ prepare_secrets_master:
   image: alpine:latest
   script: 
     - cp $ENVFILE .env
-    - cp $SUMAS config/sumas.json
+    - cp $SUMASTMP config/sumas.json
     - cp $SUMASEN config/sumasEn.json
     - cp $BLACKLISTURL config/blacklistUrl.txt
     - cp $BLACKLISTDOMAINS config/blacklistDomains.txt
-- 
GitLab