diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f384ae2..c58ce84 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ api-build: stage: build image: mcr.microsoft.com/dotnet/sdk:8.0 script: + - ls -halt - cd Api - dotnet build Api.csproj --output ./build --runtime linux-x64 artifacts: