fix .gitlab-ci.yml

This commit is contained in:
Bossanyi Tibor 2020-05-07 20:17:30 +00:00
parent b9678f4c87
commit a7584abeaf

View File

@ -17,6 +17,7 @@ stages:
before_script:
- echo `pwd` # debug
- echo "$CI_BUILD_NAME, $CI_BUILD_REF_NAME $CI_BUILD_STAGE" # debug
- export JAVA_HOME="/usr/local/java-8-openjdk-amd64/"
- echo "$JAVA_HOME"
- export GRADLE_USER_HOME=`pwd`/.gradle