diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82b4666b5b0abe47bc82e04065c9d1539a85687f..dba6f177f59340657687a3f4dab6b206e37e3bb2 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