diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6b95c4ce620a6205f708cda0c9d9253c2c545416..13023f270c62c74afa7069c04f3288f3415c3a75 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,15 +1,10 @@
 ---
 include:
-  - project: shore/ci-templates
+  - project: shore/ci-stuff
     file: templates/pre-commit.yml
-  - project: shore/ci-templates
+  - project: shore/ci-stuff
     file: templates/docker.yml
 
-stages:
-  - test
-  - build
-  - deploy
-
 build:
   extends: .compose-build
   tags: &tags [kodi.shore.co.il]