diff --git a/e2e/gitlab.go b/e2e/gitlab.go index c12e91aba..7c9843ff2 100644 --- a/e2e/gitlab.go +++ b/e2e/gitlab.go @@ -46,7 +46,7 @@ func NewGitlabClient() *GitlabClient { } ownerName := os.Getenv("GITLAB_REPO_OWNER_NAME") if ownerName == "" { - ownerName = "run-atlantis" + ownerName = "runatlantis" } repoName := os.Getenv("GITLAB_REPO_NAME") if repoName == "" {