From 29c0dac5647c4b40098ce63123409502ea6353a9 Mon Sep 17 00:00:00 2001 From: "flow.gunso" Date: Mon, 6 Jan 2020 23:13:00 +0100 Subject: [PATCH] Enable build and tests for the milestone--2.0 branch --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69956d1..92b8b00 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,7 @@ build: only: - tags - schedules + - milestone--2.0 artifacts: path: - $CI_PROJECT_NAME.tar @@ -27,6 +28,7 @@ test: only: - tags - schedules + - milestone--2.0 artifacts: path: - $CI_PROJECT_NAME.tar