diff --git a/gitlab-ci/install-dependencies.sh b/gitlab-ci/install-dependencies.sh
index cf124f131499c7c26b7617b6f42f1796060c6a4a..c6919aa45d29e9951c21931b37a793b6be5a425c 100755
--- a/gitlab-ci/install-dependencies.sh
+++ b/gitlab-ci/install-dependencies.sh
@@ -29,7 +29,7 @@ exec_cmd make CFLAGS+="-I/usr/include/libnl3"
 exec_cmd cp -a libeasy*.so* /usr/lib
 exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h /usr/include/easy/
 cd ../libwifi
-exec_cmd make PLATFORM="TEST"
+exec_cmd make WIFI_TYPE="TEST"
 exec_cmd cp wifi.h /usr/include/
 exec_cmd cp -a libwifi-6*.so* /usr/lib