diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b26fcd74f6e4ddf13c4ba84434c8b7f677b7c0df..3ffcb85df077bd0eb6349a72ee0c9ee7adea2db0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,8 @@
 ---
 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:
@@ -10,7 +10,7 @@ stages:
   - build
   - deploy
 
-build:
+docker-build:
   extends: .docker-build-shore
 
 push: