Browse Source

Update .gitlab-ci.yml

Alexander Raschke 2 years ago
parent
commit
3e62af525f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -11,7 +11,7 @@ compile:
   stage: compile
   image: node:lts-alpine
   script:
-    - npm ci
+    - npm install
     - npm run webpack
   artifacts:
     paths: