It looks like gleeunit is assuming to be run from the project's root. If we do the following it won't find any test: ```shell gleam new foo cd foo/test # Or any other subdirectory gleam test # 0 tests run... ```