diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5f8755017da40861a7e66cc09d4129dcfff14124..2ec5b4e063d613c1ee387b5dd38ade3fae7133bf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,28 +3,4 @@ image: node:12
 stages:
   - pre
   - test
-  - publish
-  - post
-
-cache:
-  key: ${CI_COMMIT_REF_SLUG}
-  paths:
-    - node_modules/
-    
-variables:
-  DOCKER_DRIVER: overlay2
-
-before_script:
-  - yarn
-  
-close:issue:
-  image: registry.gitlab.com/gitlab-automation-toolkit/gitlab-auto-close-issue
-  stage: pre
-  before_script: []
-  only:
-    - master
-  script:
-    - apk add --no-cache --upgrade grep
-    - ISSUE=$(echo $CI_COMMIT_MESSAGE | grep -oP "(?<=Fixes \#)[0-9]+" || echo '1')
-    - gitlab_auto_close_issue --issue $ISSUE --remove-label "Doing" --remove-label "To Do"
-
+  - deploy