From 0cca58f0b7408ee56339b8f60f27cf9d891fa46f Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Tue, 16 Oct 2018 10:05:24 +0200 Subject: [PATCH] Missing GitLab CI browser tag causes job to run on non-browser CI server and fail. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e974fd2ba..d50b9dc68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -738,6 +738,8 @@ test:browser:integration:facebook_ff: test:browser:integration:idoit_chrome: <<: *browser_integration_auto_wizard_definition + tags: + - browser variables: <<: *variables_browser_definition BROWSER: "chrome"