adding remove wuks to pybot command

Change-Id: I6932fd87cc8954862c22beda44995671528f4ec8
diff --git a/seba-in-a-box/Makefile b/seba-in-a-box/Makefile
index d6c1c99..c0d957f 100644
--- a/seba-in-a-box/Makefile
+++ b/seba-in-a-box/Makefile
@@ -226,7 +226,7 @@
 		WORKSPACE=$(VIRTUALENV) bash ./setup_venv.sh && \
 		source $(VIRTUALENV)/venv-cord-tester/bin/activate && \
 		cd Tests/WorkflowValidations/ && \
-		pybot $(PYBOT_ARGS) -e notready -i $(TESTTAGS) SIAB.robot
+		pybot $(PYBOT_ARGS) --removekeywords wuks -e notready -i $(TESTTAGS) SIAB.robot
 	touch $@
 
 remove-chart-milestones: