Selenium webdriver 硒测试现在在gitlab.com';gitlab CI跑步者是谁?

Selenium webdriver 硒测试现在在gitlab.com';gitlab CI跑步者是谁?,selenium-webdriver,gitlab,selenium-chromedriver,gitlab-ci,gitlab-ci-runner,Selenium Webdriver,Gitlab,Selenium Chromedriver,Gitlab Ci,Gitlab Ci Runner,几个月来,我在gitlab.com的gitlabCI Runner上愉快地运行了一些基于硒的测试,但一周前,这些测试开始失败: Unhandled Exception: OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:37385/session timed out after 60 seconds. ---> System

几个月来,我在gitlab.com的gitlabCI Runner上愉快地运行了一些基于硒的测试,但一周前,这些测试开始失败:

Unhandled Exception:
OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:37385/session timed out after 60 seconds. ---> System.Net.WebException: The request timed out
  at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) <0x401dafd0 + 0x0018b> in <filename unknown>:0 
  at System.Net.HttpWebRequest.GetResponse () <0x401b57f0 + 0x00053> in <filename unknown>:0 
  at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse (System.Net.WebRequest request) <0x4020d770 + 0x000bc> in <filename unknown>:0 
  --- End of inner exception stack trace ---
  at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse (System.Net.WebRequest request) <0x4020d770 + 0x00463> in <filename unknown>:0 
  at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute (OpenQA.Selenium.Remote.Command commandToExecute) <0x401eb570 + 0x00197> in <filename unknown>:0 
  at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute (OpenQA.Selenium.Remote.Command commandToExecute) <0x401cc480 + 0x00074> in <filename unknown>:0 
  at OpenQA.Selenium.Remote.RemoteWebDriver.Execute (System.String driverCommandToExecute, System.Collections.Generic.Dictionary`2 parameters) <0x401cc160 + 0x000a6> in <filename unknown>:0 
  at OpenQA.Selenium.Remote.RemoteWebDriver.StartSession (ICapabilities desiredCapabilities) <0x401cbef0 + 0x000cd> in <filename unknown>:0 
  at OpenQA.Selenium.Remote.RemoteWebDriver..ctor (ICommandExecutor commandExecutor, ICapabilities desiredCapabilities) <0x401cb8e0 + 0x000c7> in <filename unknown>:0 
  at OpenQA.Selenium.Chrome.ChromeDriver..ctor (OpenQA.Selenium.Chrome.ChromeDriverService service, OpenQA.Selenium.Chrome.ChromeOptions options, TimeSpan commandTimeout) <0x401c4b10 + 0x00067> in <filename unknown>:0 
  at OpenQA.Selenium.Chrome.ChromeDriver..ctor (System.String chromeDriverDirectory, OpenQA.Selenium.Chrome.ChromeOptions options, TimeSpan commandTimeout) <0x401b7dc0 + 0x00037> in <filename unknown>:0 
  at OpenQA.Selenium.Chrome.ChromeDriver..ctor (System.String chromeDriverDirectory, OpenQA.Selenium.Chrome.ChromeOptions options) <0x401b7d60 + 0x00037> in <filename unknown>:0 
  at canopy.core.start (canopy.BrowserStartMode b) <0x401b6000 + 0x00b43> in <filename unknown>:0 
...
未处理的异常:
OpenQA.Selenium.WebDriverException:对远程WebDriver服务器的URL的HTTP请求http://localhost:37385/session 60秒后超时。-->System.Net.WebException:请求超时
位于:0中的System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)处
位于:0中的System.Net.HttpWebRequest.GetResponse()
位于:0中的OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(System.Net.WebRequest request)
---内部异常堆栈跟踪的结束---
位于:0中的OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse(System.Net.WebRequest request)
在0中的OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(OpenQA.Selenium.Remote.Command commandToExecute)处
在0中的OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(OpenQA.Selenium.Remote.Command commandToExecute)处
在:0中的OpenQA.Selenium.Remote.RemoteWebDriver.Execute(System.String driverCommandToExecute,System.Collections.Generic.Dictionary`2参数)中
位于:0中的OpenQA.Selenium.Remote.RemoteWebDriver.StartSession(ICapabilities desiredCapabilities)
在0中的OpenQA.Selenium.Remote.RemoteWebDriver..ctor(ICommandExecutor commandExecutor,ICapabilities desiredCapabilities)中
位于:0中的OpenQA.Selenium.Chrome.ChromeDriver..ctor(OpenQA.Selenium.Chrome.ChromeDriver服务、OpenQA.Selenium.Chrome.ChromeOptions选项、TimeSpan命令超时)
位于:0中的OpenQA.Selenium.Chrome.ChromeDriver..ctor(System.String ChromeDriver目录,OpenQA.Selenium.Chrome.ChromeOptions选项,TimeSpan命令超时)
在:0中的OpenQA.Selenium.Chrome.ChromeDriver..ctor(System.String ChromeDriver目录,OpenQA.Selenium.Chrome.ChromeOptions选项)中
在0中的canopy.core.start(canopy.BrowserStartMode b)处
...
在它们开始失败时,我们没有更改任何内容,因此没有任何代码更改可回滚。那么我想知道gitlab方面是否发生了变化?比如,如果他们决定让他们的跑步者完全没有互联网连接或者类似的东西?但在最近发布的版本的发行说明中,我没有看到任何与跑步者相关的内容

有人知道这里可能出了什么问题吗

PS:我们正在使用Ubuntu16.04Docker映像来运行测试,尽管我想这与这里没有什么关系