From 2460b24b04638a94114f748911e557cb11ca5966 Mon Sep 17 00:00:00 2001 From: Ian Roddis Date: Mon, 23 Aug 2021 20:21:14 +0000 Subject: [PATCH] CI: Adding some debugs and assuming test script picks up where build left off. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b34655a..03e43a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,4 +19,5 @@ unit-test-job: script: - echo "Running unit tests" - pwd - - tests/tests \ No newline at end of file + - ls + - build/tests/tests \ No newline at end of file