image: node:latest test: script: - apt-get update - apt-get install -y openjdk-8-jre - npm install - ./node_modules/.bin/shadow-cljs compile test