import sys

sys.path.append("./senior-ci")

from go.backend.ci import GolangAppsCI

go_apps_ci = GolangAppsCI(sys.argv[1:])
go_apps_ci.exec_ci()
