diff --git a/goofy-client/package.json b/goofy-client/package.json
index 63c9c7c757b734afcf4f703f786b6b893e3fe4dd..e90e1be7a46d5ffb4eb7585b82aec61b61992c33 100644
--- a/goofy-client/package.json
+++ b/goofy-client/package.json
@@ -8,7 +8,7 @@
 		"start-for-screenreader": "nx serve --host=192.168.178.20 --port=4300 --disable-host-check --verbose",
 		"start:devbe": "nx serve --port=4300 --disable-host-check --proxy-config=proxy.dev.conf.json --verbose",
 		"build": "nx build",
-		"test": "nx run-many --target=test --all --parallel --maxParallel 8 --runInBand --update-snapshot",
+		"test": "nx run-many --target=test --all --parallel --maxParallel 8 --runInBand",
 		"test:cov": "jest --coverage",
 		"test:lib": "nx test ${npm_config_lib} --watchAll",
 		"test:debug:lib": "nx test ${npm_config_lib} --detectOpenHandles --watchAll",
@@ -28,7 +28,7 @@
 		"format": "nx format:write",
 		"format:write": "nx format:write",
 		"format:check": "nx format:check",
-		"update": "nx update @nx/workspace",
+		"update": "nx update @nrwl/workspace",
 		"dep-graph": "nx dep-graph",
 		"help": "nx help",
 		"favicon": "real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon",
@@ -39,7 +39,7 @@
 		"cypress:install": "npx cypress install",
 		"cypress:open": "npx cypress open --project apps/goofy-e2e",
 		"workspace-generator": "nx workspace-generator",
-		"sonar-scanner": "nx run-many --target=test --all --parallel --maxParallel 2 --runInBand --update-snapshot --testResultsProcessor='jest-sonar-reporter' && npx sonar-scanner -Dsonar.host.url=https://sonarqube.ozg-sh.de/ -Dsonar.login=sqp_e7178a88b40b1058facaf080fad6bef746737d5e"
+		"sonar-scanner": "npm run ci-test && npx sonar-scanner -Dsonar.host.url=https://sonarqube.ozg-sh.de/ -Dsonar.login=sqp_e7178a88b40b1058facaf080fad6bef746737d5e"
 	},
 	"private": true,
 	"dependencies": {