Skip to content

Commit 4093d36

Browse files
committed
fix nf-test-tests branch
1 parent aac57cb commit 4093d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
GITLAB_BRANCH_ORG_PATH_BRANCH = "org-path"
3131
GITLAB_BRANCH_TEST_OLD_SHA = "e772abc22c1ff26afdf377845c323172fb3c19ca"
3232
GITLAB_BRANCH_TEST_NEW_SHA = "7d73e21f30041297ea44367f2b4fd4e045c0b991"
33-
GITLAB_NFTEST_BRANCH = "nf-test-tests-self-hosted-runners"
33+
GITLAB_NFTEST_BRANCH = "nf-test-tests-old"
3434

3535

3636
def with_temporary_folder(func: Callable[..., Any]) -> Callable[..., Any]:

0 commit comments

Comments
 (0)