From 55408022c8c9ced1749e50584348ea959845d56b Mon Sep 17 00:00:00 2001 From: Aurelien Hubert Date: Thu, 14 Mar 2019 08:14:32 +0100 Subject: [PATCH] Add Unit tests in CI --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 707e825a..ee2983e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ assembleDebug: paths: - app/build/outputs/ -#debugTests: +debugTests: stage: test script: - - ./gradlew -Pci --console=plain :app:testDebug + - ./gradlew -Pci --console=plain :app:testDebug \ No newline at end of file