diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a749455..92d2914 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ cache: - node_modules/ before_script: - - npm --color="always" install + - npm --color="always" install --force build: stage: build