From c46591a9381b3a1e5e13da557844e1571cc4465b Mon Sep 17 00:00:00 2001 From: Denis Pynkin <denis.pynkin@collabora.com> Date: Tue, 7 May 2019 11:49:16 +0300 Subject: [PATCH] gitlab-ci: switch to v2019pre branch Need to generate the recent version of tests description for QA! Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com> --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 38af932..c422e74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ test: paths: - test except: - - apertis/v2019dev0 + - apertis/v2019pre pages: stage: deploy @@ -23,4 +23,4 @@ pages: paths: - public only: - - apertis/v2019dev0 + - apertis/v2019pre -- GitLab