From ae5b253665df47e763a43b85f10d70d3784b091a Mon Sep 17 00:00:00 2001 From: Roshan Syed Date: Thu, 5 Sep 2019 13:26:17 -0300 Subject: [PATCH] Corrected path to tests --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d5a5735f..28ff601c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build: test: stage: test script: - - ./betting_test - - ./chain_test + - ./test/betting_test + - ./test/chain_test tags: - builder \ No newline at end of file