diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 15df021b616f4b00de9cd5efd9d0cd40b282639d..34df5fc24c7676f5c99aab55d53319fb9eb91904 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,18 +15,18 @@ build:
     - echo "Building Backend"
     - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
     - /kaniko/executor 
-    --context https://gitlab.labranet.jamk.fi/conduitmiau/conduit-backend 
-    --dockerfile https://gitlab.labranet.jamk.fi/conduitmiau/conduit-backend/Dockerfile 
-    --destination $CI_REGISTRY_IMAGE:backend
+     --context https://gitlab.labranet.jamk.fi/conduitmiau/conduit-backend 
+     --dockerfile https://gitlab.labranet.jamk.fi/conduitmiau/conduit-backend/Dockerfile 
+     --destination $CI_REGISTRY_IMAGE:backend
   
   # Build Frontend
 
     - echo "Building Frontend"
     - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
     - /kaniko/executor 
-    --context https://gitlab.labranet.jamk.fi/conduitmiau/conduit-front 
-    --dockerfile https://gitlab.labranet.jamk.fi/conduitmiau/conduit-front/Dockerfile 
-    --destination $CI_REGISTRY_IMAGE:frontend
+     --context https://gitlab.labranet.jamk.fi/conduitmiau/conduit-front 
+     --dockerfile https://gitlab.labranet.jamk.fi/conduitmiau/conduit-front/Dockerfile 
+     --destination $CI_REGISTRY_IMAGE:frontend