From 1a812bf70ca21d67a1fda3cf41513c7af1ff1267 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 21 Jan 2021 20:55:49 +0200
Subject: [PATCH] Fix the CI.

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 39afe4c..3f1b0ba 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
 ---
 include:
   - project: shore/ci-templates
-    file: templates/docker-compose.yml
+    file: templates/docker.yml
 
 build-host01:
   extends: .compose-build
-- 
GitLab