From 81caa2262e9bf9371ae9cc8a7f8735190ae64f7a Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Tue, 2 Feb 2021 13:58:06 +0200 Subject: [PATCH] Issue #3194401: Switch to CircleCI as the default automated testing platform --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index efa90b14..7f274ffe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -165,7 +165,7 @@ defaults: &defaults jobs: varbase-build: <<: *defaults - varbase-testing-website-base-requirements: + varbase-testing-01-website-base-requirements: <<: *defaults steps: ## Automated Functional Acceptance Testing group - 01 website base requirements -- GitLab