From f997c44b8573627bf34450acc9a68fbf11043c75 Mon Sep 17 00:00:00 2001 From: Jennifer Louie Date: Fri, 8 Jan 2021 20:48:13 +0000 Subject: [PATCH] Enable Geo job for testing --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20c23230..42022132 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -462,13 +462,13 @@ ee:mattermost-quarantine: QA_SCENARIO: "Test::Integration::Mattermost" # Disabling geo jobs temporarily due to https://gitlab.com/gitlab-org/gitlab/-/issues/273063 -# ee:geo: -# extends: -# - .test -# - .ee-qa -# - .rspec-report-opts -# variables: -# QA_SCENARIO: "Test::Integration::Geo" +ee:geo: + extends: + - .test + - .ee-qa + - .rspec-report-opts + variables: + QA_SCENARIO: "Test::Integration::Geo" # ee:geo-quarantine: # extends: -- GitLab