diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d9795333911aae33454736177a8bdf761d266f1..bd4a764baaf2c36bc3f6f90ab1b3e6ad629dbe50 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,7 @@ build:trusty: - /^feature-.*$/ - /^release-.*$/ - /^hotfix-.*$/ + - /^bugfix-.*$/ - develop artifacts: paths: @@ -34,6 +35,7 @@ test:trusty: - /^feature-.*$/ - /^release-.*$/ - /^hotfix-.*$/ + - /^bugfix-.*$/ - develop dependencies: - build:trusty @@ -68,6 +70,7 @@ build:osx: - /^feature-.*$/ - /^release-.*$/ - /^hotfix-.*$/ + - /^bugfix-.*$/ - develop artifacts: paths: @@ -87,6 +90,7 @@ test:osx: - /^feature-.*$/ - /^release-.*$/ - /^hotfix-.*$/ + - /^bugfix-.*$/ - develop dependencies: - build:osx @@ -123,6 +127,7 @@ build:windows: - /^feature-.*$/ - /^release-.*$/ - /^hotfix-.*$/ + - /^bugfix-.*$/ - develop artifacts: paths: @@ -144,6 +149,7 @@ test:windows: - /^feature-.*$/ - /^release-.*$/ - /^hotfix-.*$/ + - /^bugfix-.*$/ - develop dependencies: - build:windows