From b6a228fc40bcd89b8a5d61d2b23a19903cb0e7c6 Mon Sep 17 00:00:00 2001 From: macheval Date: Mon, 20 Jan 2020 16:34:07 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35be77b..6cceac0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,6 +17,9 @@ build: test: stage: test tags: - - uwp + - docker script: - - dotnet test \ No newline at end of file + - cd ./p08_BDD_EntityFramework/ex_041_004_UnitTests_w_InMemory + - dotnet test --no-restore + - cd ./p08_BDD_EntityFramework/ex_041_004_UnitTests_w_SQLiteInMemory + - dotnet test --no-restore \ No newline at end of file