summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-04-02 12:19:03 +0300
committerAndrew Dolgov <[email protected]>2023-04-02 12:19:03 +0300
commit07e1002753c9f646573292d1bdfd257ea6138383 (patch)
treef8d4b91f4e656bc103bc32297499eb2e6f7412e6
parentd3f980d72679a7a6a4d6989acbe062208e1b655c (diff)
fix template include path
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 35df718..49c65c8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,10 +3,10 @@ stages:
- build
include:
- - project: 'git/ci-templates'
+ - project: 'ci/ci-templates'
ref: master
file: .ci-build-docker.yml
- - project: 'git/ci-templates'
+ - project: 'ci/ci-templates'
ref: master
file: .ci-lint-common.yml