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