.gitlab-ci.yml (273B)
1 merchant_lib_test: 2 stage: test 3 only: 4 changes: 5 - taler-kotlin-common/**/* 6 - merchant-lib/**/* 7 - build.gradle 8 script: ./gradlew :merchant-lib:check 9 artifacts: 10 paths: 11 - merchant-lib/build/reports/lint-results.html 12 expire_in: 1 week