From f35259f796516e235bd8060c3ccfd058514343aa Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 21 May 2023 14:06:02 +0930 Subject: [PATCH] fix(ci): update to new template path !7 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fcec1c7..4fa23ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ include: ref: development file: - .gitlab-ci_common.yaml - - type/docker-image.gitlab-ci.yaml + - template/docker-image.gitlab-ci.yaml #- template: Jobs/Container-Scanning.gitlab-ci.yml # see https://gitlab.com/gitlab-org/gitlab/-/issues/381665