CI: Use `HOSTSUFFIX` instead of `TEST_NAMESPACE` for consistency
The following discussion from !623 (merged) should be addressed:
-
@dmakovey started a discussion: (+3 comments) to get issues resolved with DNS - you'd have to trim
HOSTSUFFIXmainly.TESTS_NAMESPACEis being used as default only whenHOSTSUFFIXis not specified (i.e.scripts/test.shis ran manually).
we've got TEST_NAMESPACE used in https://gitlab.com/gitlab-org/cloud-native/gitlab-operator/-/blob/master/.gitlab-ci.yml#L404-L412 whereas we should be using HOSTSUFFIX for consistency.