diff --git a/.github/workflows/fullstack.yml b/.github/workflows/fullstack.yml
index ff24b65..2310b48 100644
--- a/.github/workflows/fullstack.yml
+++ b/.github/workflows/fullstack.yml
@@ -9,8 +9,6 @@ jobs:
     steps:
       - name: Checkout
         uses: actions/checkout@v4
-        with:
-          fetch-depth: 0
 
       - name: Install Node.js
         uses: actions/setup-node@v4
@@ -82,6 +80,19 @@ jobs:
           name: api-e2e-coverage-report
           path: ./coverage/api-e2e/lcov.info
 
+  sonarcloud:
+    name: SonarCloud Analysis
+    runs-on: ubuntu-latest
+    needs: tests
+    steps:
+
+      - uses: actions/checkout@v4
+        with:
+          fetch-depth: 0 
+
+      - name: Download artifacts
+        uses: actions/download-artifact@v4
+
       - name: SonarCloud Scan
         uses: SonarSource/sonarcloud-github-action@master
         env: