Install java in gitlab CI.

This commit is contained in:
John Wiseman 2020-10-12 13:22:34 -07:00
parent 236d392980
commit 6d99f5fa18

View File

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