diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 73edba9d4d4279c2246a0ae4c61d5d9e1824ffc5..23dc1bfb85cfbbf0c7f1f351c4127e1ac74bf544 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,7 +102,8 @@ secret_detection:
 # Run all unit tests for Python versions except the base image
 run_unit_tests:
   extends: .run_unit_test_version_base
-  needs: []
+  needs:
+   - trigger_prepare
   stage: test
   allow_failure: true
   image: python:3.${PY_VERSION}
@@ -114,7 +115,8 @@ run_unit_tests:
 
 run_unit_tests_coverage:
   extends: .run_unit_test_version_base
-  needs: []
+  needs: 
+   - trigger_prepare
   stage: test
   script:
     - tox -e coverage
diff --git a/README.md b/README.md
index e34dae258cc48dd932bd613a707315d1eb1c7128..ff4ab2ddcac0f8037eece33e41d049b5549c03f9 100644
--- a/README.md
+++ b/README.md
@@ -150,6 +150,7 @@ Next change the version in the following places:
    through [https://git.astron.nl/lofar2.0/tango/-/tags](Deploy Tags)
 
 # Release Notes
+* 0.48.0 Add Antennafield to gRPC server
 * 0.47.2 Fix ZMQ hostname to subscribe to in gRPC server
 * 0.47.1 Move GrafanaAPIV3 RPC interface to Opah repo
 * 0.47.0 Migrate from lofar-station-client to lofar-lotus package. Update various package dependencies.