From 3c766ee980b37767ed9c2feff6e60a5282770a94 Mon Sep 17 00:00:00 2001 From: Alexander Dunkel Date: Mon, 26 Aug 2019 08:50:23 +0200 Subject: [PATCH] chore: add gitlab-ci test branch --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed6a6e8..032998b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,7 @@ test: - docs/argparse/args.md - docs/api/ only: - - master + - master, ci-test pages: stage: deploy @@ -77,5 +77,5 @@ pages: paths: - public only: - - master + - master, ci-test