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