From 33cb1330fecd70aea0a6ae8519328da4ca157e59 Mon Sep 17 00:00:00 2001 From: Roshan Syed Date: Thu, 5 Sep 2019 13:48:18 -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 28ff601c..f80553d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build: test: stage: test script: - - ./test/betting_test - - ./test/chain_test + - ./tests/betting_test + - ./tests/chain_test tags: - builder \ No newline at end of file