From 248a265cb9aec0d045d9d02a77566b5c73245ce3 Mon Sep 17 00:00:00 2001
From: baloola <baloola-mu@hotmail.com>
Date: Tue, 24 Nov 2020 16:27:41 +0100
Subject: [PATCH] fixing paths

---
 testing/gitlab_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/gitlab_test.sh b/testing/gitlab_test.sh
index 8ff851dd..579c9349 100755
--- a/testing/gitlab_test.sh
+++ b/testing/gitlab_test.sh
@@ -35,7 +35,7 @@ printf $OS_PASSWORD | docker secret create OS_PASSWORD -
 printf $sftp_users_emg | docker config create sftp_users_emg -
 
 # override preprocessor default configuration file
-cat ./testing/testing_preprocessor_config.yml>./config/emg_preprocessor-config.yml
+cat ./testing_preprocessor_config.yml>../config/emg_preprocessor-config.yml
 
 # deploy the stack
 docker stack deploy -c ../docker-compose.emg.yml -c ../docker-compose.emg.dev.yml emg-pvs
-- 
GitLab