From 8fed5aad44fa4165a3a1fdd2fe59e2560bf92c09 Mon Sep 17 00:00:00 2001 From: Jhonathan Miranda Date: Mon, 15 Jul 2024 23:14:51 +0000 Subject: [PATCH] =?UTF-8?q?Ajusta=20.gitlab-ci.yml=20para=20novo=20padr?= =?UTF-8?q?=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82d2789..45d62b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ variables: include: - project: 'documentacao-e-tarefas/modelosparaintegracaocontinua' - ref: main + ref: stable-3_3_0 file: - 'templates/groups/pkp_plugin.yml' - - 'templates/groups/ojs_plugins_unit_tests_model.yml' - - 'templates/groups/ojs_plugins_cypress_tests_model.yml' \ No newline at end of file + - 'templates/groups/ojs/unit_tests.yml' + - 'templates/groups/ojs/cypress_tests.yml' \ No newline at end of file