diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fbdc7c3..126c022 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,7 @@ build: - *nuget-fix - dotnet restore script: - - dotnet build + - dotnet build -p:Configuration=Release GWMS.UI/GWMS.UI.csproj test: stage: test @@ -82,7 +82,7 @@ test: - develop needs: ["build"] script: - - dotnet test + - dotnet test -p:Configuration=Release GWMS.UI/GWMS.UI.csproj # IIS01:deploy: # stage: deploy