From fa995c769b761d29ed5725d915056aaf8e83c21c Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Mon, 23 Sep 2024 20:53:30 -0400 Subject: [PATCH] Tests: re-enable GitLab integration tests --- test/integration_tests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration_tests.jl b/test/integration_tests.jl index 8f78823d..7d647538 100644 --- a/test/integration_tests.jl +++ b/test/integration_tests.jl @@ -276,7 +276,7 @@ end const services_to_test = [ GITHUB, - # GITLAB, + GITLAB, ] @testset "$(service)" for service in services_to_test personal_access_token = ENV["INTEGRATION_PAT_$(service)"]