diff --git a/AS400API.Tests/AS400API.Tests.csproj b/AS400API.Tests/AS400API.Tests.csproj
index feba4f8..561656a 100644
--- a/AS400API.Tests/AS400API.Tests.csproj
+++ b/AS400API.Tests/AS400API.Tests.csproj
@@ -12,6 +12,9 @@
+
+ all
+
diff --git a/Jenkinsfile b/Jenkinsfile
index ca1b65c..3b2ff76 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -126,7 +126,7 @@ pipeline {
dotnet test AS400API.sln --configuration "${BUILD_CONFIGURATION}" --no-build \
/p:CollectCoverage=true \
/p:CoverletOutputFormat=opencover \
- /p:CoverletOutput="${COVERAGE_DIR}/" \
+ /p:CoverletOutput="${WORKSPACE}/${COVERAGE_DIR}/" \
--results-directory "${TEST_RESULTS_DIR}" \
--logger "trx;LogFileName=test-results.trx" \
--logger "junit;LogFileName=test-results.xml"