Hacker News new | ask | show | jobs
by Stamy 3795 days ago
I'm assuming you can't use gitlab CI with github/bitbucket ?
2 comments

Maybe... I don't know really.

https://www.cloudpipes.com/integrations/github/gitlab-ci

https://about.gitlab.com/2015/01/22/gitlab-7-7-and-ci-5-4-re...

With gitlab-ci build descriptor you can do all you want so maybe you can ignore the gitlab repos and clone from other source, run tests, give the tests output to the gitlab runner ad see results on gitlab console.

(maybe)

No, but you can use GitLab.com or EE to mirror the repository on GitLab to run the tests.
Yep, this is the right way! Thanks,