diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0d2efccdedc81de66372434d2b8b1f23fa0bb8e4..3875d63b1d09ce9523bbd58684b6512b71152a7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -54,7 +54,7 @@ doc-update:
   image: $DOCKER_IMAGE
   script:
     # We use GOPRIVATE blank because not want to directly pull client, we want to use the public cache.
-    - GOPRIVATE="" go install gitlab.com/elixxir/xxdk-wasm@$CI_COMMIT_SHA
+    - GOOS=js GOARCH=wasm GOPRIVATE="" go install gitlab.com/elixxir/xxdk-wasm@$CI_COMMIT_SHA
   only:
     - release
     - master
diff --git a/Makefile b/Makefile
index b6cb6de00d6a5dd5890e1aa1f61901fbe5146a5c..117f48a3a54be1a5a4ed6dd976d193e03adfbcdc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: update master release update_master update_release build clean binary
+.PHONY: update master release update_master update_release build clean binary tests wasm_tests go_tests
 
 clean:
 	rm -rf vendor/