[SEBA-853] Pipeline fix

Change-Id: I8a4f6658ec584e44791c1aa53113d5e9ebba01c8
diff --git a/Makefile b/Makefile
index cbceb9e..3ff717f 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@
 
 _build: dep protos fmt build-bbsim build-bbsimctl build-bbr
 
+.PHONY: build
 build: # @HELP Build the binaries (it runs inside a docker container and output the built code on your local file system)
 	docker build -t ${DOCKER_REGISTRY}${DOCKER_REPOSITORY}bbsim-builder:${DOCKER_TAG} -f build/ci/Dockerfile.builder .
 	docker run --rm -v $(shell pwd):/bbsim ${DOCKER_REGISTRY}${DOCKER_REPOSITORY}bbsim-builder:${DOCKER_TAG} /bin/sh -c "cd /bbsim; make build"