summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kumar <amitkma@e.email>2021-05-12 18:31:27 +0530
committerAmit Kumar <amitkma@e.email>2021-05-12 18:31:27 +0530
commit15ffe05f62ad72883ad7269efaa395887c83d810 (patch)
tree3115e59ade3dee5b5e1818240ff242fa909c96fb
parent2a6eea3133fe3aa35315d6c725e6961b685ba147 (diff)
Fix test command in CI and add lint to QA
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05e73ec..b61aa3e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ nightly-tasks:
quality-analysis:
stage: qa
script:
- - ./gradlew spotlessCheck
+ - ./gradlew spotlessCheck lint
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never
@@ -69,7 +69,7 @@ build-debug:
test-debug:
stage: test
script:
- - ./gradlew testDebug --stacktrace
+ - ./gradlew test --stacktrace
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
when: never