stages: - build before_script: - "dotnet restore" build: stage: build only: - develop@log-gtav/reallife-gamemode script: - "../gm_database_password.sh" - "git lfs install" - "git lfs pull" - "dotnet build -c ServerBuild"