diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index cd8a180a70ec153fec5bfee7c9b5c4bd229729b7..665ba7fef5b482ddebbe8dd551b63eca8d1333f0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
 stages:
   - purge
   - e2e-test
-  - analysis
 
 purge-old-containers:
   image:
@@ -40,15 +39,3 @@ e2e-testing:
     - echo "grant all privileges on database ehasa to ehasa;" | docker exec -i postgis psql -U postgres
     - echo 'create extension "uuid-ossp";' | docker exec -i postgis psql -U postgres ehasa
   allow_failure: true
-
-sonarqube:
-  stage: analysis
-  image: ciricihq/gitlab-sonar-scanner
-  tags: ['docker']
-  only:
-    - Development
-  variables:
-    SONAR_URL: http://10.166.0.3:9000
-    SONAR_ANALYSIS_MODE: preview
-  script:
-    - gitlab-sonar-scanner -Dsonar.host.url=http://10.166.0.3:9000 -Dsonar.projectKey=backend -Dsonar.login=$SONAR_USER -Dsonar.password=$SONAR_PASS -Dsonar.gitlab.project_id=$CI_PROJECT_ID -Dsonar.gitlab.commit_sha=$CI_COMMIT_REF -Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME
diff --git a/sonar-project.properties b/sonar-project.properties
deleted file mode 100644
index e51b710df6277c5da0384dcdce8136467bf243b3..0000000000000000000000000000000000000000
--- a/sonar-project.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-sonar.projectKey=backend
-sonar.projectName=OverflowBackend
-sonar.projectVersion=1.0
-sonar.sources=.
-sonar.typescript.node=/usr/bin/npm