diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9205ea13..b095a9d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,9 @@ before_script: build: stage: build only: - - develop@log-gtav/reallife-gamemode + - develop@log-gtav/reallife-gamemode script: - - "../gm_database_password.sh" - #- "git lfs install" - #- "git lfs pull" - - "dotnet build -c ServerBuild" + - "../gm_database_password.sh" + - "git lfs install" + - "git lfs pull" + - "dotnet build -c ServerBuild"