diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cd4734a98d1e1e59c671307b83c3b4015708b7f..8d40ab167f890fe7c246851a867f6919abf8eccb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,29 +1,9 @@
-build:
-  stage: build
-  image:
-    name: gcr.io/kaniko-project/executor:v1.23.2-debug
-    entrypoint: [""]
-  script:
-    - /kaniko/executor
-      --context "${CI_PROJECT_DIR}"
-      --dockerfile "${CI_PROJECT_DIR}/dockerfile"
-      --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
-
-check:
-    stage: build
-    needs:
-      - build
-    script:
-        - echo "${CI_REGISTRY_IMAGE}"
-
 pages:
   image: registry.code.fbi.h-da.de/stihbouss/react-image
   script:
     - npm install 
     - npm run build 
     - cp -r dist/* public
-  needs:
-    - build
   artifacts:
     paths:
       - public
\ No newline at end of file