From febd64c3979300108f0373d1f4922a7c458d81c4 Mon Sep 17 00:00:00 2001
From: Chris <chris@chrissnijder.nl>
Date: Thu, 4 Feb 2021 19:52:31 +0100
Subject: [PATCH] Install pnpm first

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 70e737a..5b0f717 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,7 @@ test:
     paths:
       - "$CI_PROJECT_DIR/.pnpm-store"
   before_script:
+    - npm install -g pnpm
     - pnpm install
   script:
     - jest src/ --coverage --coverageReporters cobertura
-- 
GitLab