diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04c0f22c..18cdab43 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,9 @@ cache: paths: - node_modules +before_script: + - npm install + stages: - build - test