From 84afe4770b1de949ce02aa89472fdb776cd88c95 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 4 Nov 2021 21:29:58 +0100 Subject: [PATCH] ci: add workflows --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2c9c8a..a63031b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +include: +- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' + stages: - build - deploy @@ -5,7 +8,7 @@ stages: variables: DOCKER_HOST: tcp://docker:2375/ -image: buildtool/build-tools:0.0.13 +image: buildtool/build-tools:${BUILDTOOLS_VERSION} build: stage: build