diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a4c3b01e..809f7f66 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,5 +18,5 @@ build: - "../gm_database_password.sh" - "dotnet build -c ServerBuild" - "cd ReallifeGamemode.Client/" - - "yarn install" - - "yarn run build:server" \ No newline at end of file + - "npm install" + - "npm run build:server" \ No newline at end of file