From 04a09dc60a5c09369f262b4aeb778a4541620bd8 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Mon, 21 Sep 2020 14:49:38 +0200 Subject: [PATCH] CircleCI: Fix build (#27678) Signed-off-by: Arve Knudsen --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2612a891289..16e9403b0dd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -854,6 +854,7 @@ jobs: key: v2-yarn-{{ checksum "yarn.lock" }} paths: - node_modules + - install-grabpl - run: name: frontend tests command: | @@ -891,6 +892,7 @@ jobs: - run: name: CI job started command: "./scripts/ci-job-started.sh" + - install-grabpl - run: name: back-end tests command: |