From cda31379a72095079b16b8cf10699a60eda9b649 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Tue, 20 Jul 2021 13:40:15 +0200 Subject: [PATCH] e2e tests: fix the test group name there is no group named "api", there is only "rest" for non-app specific tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7757a0d..d9ece3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,7 +100,7 @@ e2e_tests: refs: - main variables: - E2E_PROJECT: api + E2E_PROJECT: rest stage: e2e trigger: project: dbp/e2e-tests -- GitLab