From aff9ff27c0d96bf1fb949d1b04fe58a165ab6bb8 Mon Sep 17 00:00:00 2001 From: birkstoveland <bgstovel@stud.ntnu.no> Date: Sun, 3 Oct 2021 12:46:27 +0200 Subject: [PATCH] fix: attempt to fix jest installation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3309ccf..dec26da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,5 +31,5 @@ prettier: testing: stage: test script: - - npm i jest + - npm i - npm run test a -- GitLab