From a089ef8d7a931ebb621a72d05118a2fb86030981 Mon Sep 17 00:00:00 2001 From: birkstoveland <bgstovel@stud.ntnu.no> Date: Sun, 3 Oct 2021 12:26:33 +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 82b4666..dba6f17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,4 +32,4 @@ testing: stage: test script: - npm i jest - - nprm run tests a + - npm run tests a -- GitLab