From 62be9cd1aefaff23fe572af6a8be30c1d8c5efcb Mon Sep 17 00:00:00 2001 From: jem Date: Wed, 10 Feb 2021 12:23:19 +0100 Subject: [PATCH] add jdk to ci --- .gitlab-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91e7e5d..e69703c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,17 @@ -image: node:lts +image: node:buster-lts stages: - test - build +cache: + paths: + - node_modules/ + build: stage: test script: + - apt update && apt -qqy install openjdk-11-jre-headless - npm install - npm install -g --save-dev shadow-cljs - shadow-cljs compile test