diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 112fb1a7..9032a1e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ cache: - node_modules before_script: - - npm install + - npm ci stages: - build