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)"]