diff --git a/scripts/e2e.sh b/scripts/e2e.sh index 8e531d956..d9fda4210 100755 --- a/scripts/e2e.sh +++ b/scripts/e2e.sh @@ -37,7 +37,7 @@ function cleanupPid() { ./atlantis server \ --data-dir="/tmp" \ --log-level="debug" \ - --repo-allowlist="github.com/runatlantis/atlantis-tests,gitlab.com/run-atlantis/atlantis-tests" \ + --repo-allowlist="github.com/runatlantis/atlantis-tests,gitlab.com/runatlantis/atlantis-tests" \ --repo-config-json='{"repos":[{"id":"/.*/", "allowed_overrides":["apply_requirements","workflow"], "allow_custom_workflows":true}]}' \ &> /tmp/atlantis-server.log & ATLANTIS_PID=$!