diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 697a83d3f16eb99e620d54e6a60de6bfc4823e56..94f97a6dc981deb0029ee3a7cbf752b8453d1f0e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,7 +17,6 @@ test:
   stage: test
   script:
     - yarn install --frozen-lockfile
-    - yarn check --integrity
     - yarn run test
 
 linting: