Install java in gitlab CI.

This commit is contained in:
John Wiseman 2020-10-12 13:22:34 -07:00
parent 236d392980
commit 6d99f5fa18
1 changed files with 2 additions and 0 deletions

View File

@ -2,5 +2,7 @@ image: node:latest
test:
script:
- apt-get update
- apt-get install -y openjdk-8-jre
- npm install
- ./node_modules/.bin/shadow-cljs compile test