From e9eb3977e83a9e468842739396c03c5f68843d30 Mon Sep 17 00:00:00 2001 From: macheval Date: Mon, 20 Jan 2020 16:37:46 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cceac0..890b0f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,5 +21,6 @@ test: script: - cd ./p08_BDD_EntityFramework/ex_041_004_UnitTests_w_InMemory - dotnet test --no-restore - - cd ./p08_BDD_EntityFramework/ex_041_004_UnitTests_w_SQLiteInMemory + - cd ../.. + - cd ./p08_BDD_EntityFramework/ex_041_004_UnitTests_w_SQLiteInMemory - dotnet test --no-restore \ No newline at end of file