From 0eefb9ea1e2e0911c6224c2263ba58ff6b02326d Mon Sep 17 00:00:00 2001
From: birkstoveland <bgstovel@stud.ntnu.no>
Date: Sun, 3 Oct 2021 12:30:46 +0200
Subject: [PATCH] fix: spelling error

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dba6f17..3309ccf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,4 +32,4 @@ testing:
   stage: test
   script:
     - npm i jest
-    - npm run tests a
+    - npm run test a
-- 
GitLab