You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# We pass a branch name from git, and from an env var CI_COMMIT_BRANCH. This is because the gitlab CI process doesn't give us git, it only has CI_COMMIT_BRANCH env var.
# In the test script we make a choice to use env var (for gitlab CI), if that's not set, use what git gave (this is for locally running)