Increased JVM memory on test.

This commit is contained in:
Erik C. Thauvin 2021-05-20 07:43:20 -07:00
parent 9c762002ed
commit d1e181c2d4

View file

@ -12,7 +12,7 @@ stages:
build:
stage: build
script: ./gradlew -DXmx2048m --build-cache assemble
script: ./gradlew --build-cache assemble
cache:
key: "$CI_COMMIT_REF_NAME"
policy: push
@ -22,7 +22,7 @@ build:
test:
stage: test
script: ./gradlew check
script: ./gradlew -DXmx2048m check
cache:
key: "$CI_COMMIT_REF_NAME"
policy: pull