From c66adb87d394fda526f5cf0e5c921fc8e68b1cd3 Mon Sep 17 00:00:00 2001
From: Christoph Reiter <reiter.christoph@gmail.com>
Date: Wed, 16 Feb 2022 14:54:06 +0100
Subject: [PATCH] CI: integrity check needs the node_modules directory

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19c3976c..697a83d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,8 +16,8 @@ stages:
 test:
   stage: test
   script:
-    - yarn check --integrity
     - yarn install --frozen-lockfile
+    - yarn check --integrity
     - yarn run test
 
 linting:
-- 
GitLab