diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78fb830..0c47dd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ image: node:10-slim build: + script: - npm install - npm build