Reputation: 61
For Example in my case: I have two repositories on GitLab.
1- Repository A: which contains the project code in ROR.
2- Repository B: which contains the selenium-java code(web automation).
I want to apply continuous integration. Meaning, my test cases should execute which are in Repository B, if Repository A is updated.
Is there a way to do it?
Upvotes: 4
Views: 139
Reputation: 519
Yes, you can:
I'm using the above practice successfully with several SVN repositories in my production CI environment.
Upvotes: 2