Hi,
I am thinking of deploying a gitlab and gitlab-ci combination but one question I can’t seem to find an answer to is if gitlab-ci can execute and run Java JUnit test cases?
Mike
Hi,
I am thinking of deploying a gitlab and gitlab-ci combination but one question I can’t seem to find an answer to is if gitlab-ci can execute and run Java JUnit test cases?
Mike
GitLab-CI is the interface (well sort-of). For running commands and executing tests you need to set up a gitlab-ci-runner.
So the answer is yes, you can run Java JUnit test cases, if you use a docker image that supports it.