fix: Gitlab-CI

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
2023-01-20 12:17:03 +01:00
parent cef14d1038
commit 9eb417f340

View File

@@ -1,4 +1,4 @@
image: node:10-alpine image: node:alpine
stages: stages:
- package - package
@@ -7,9 +7,7 @@ stages:
package: package:
stage: package stage: package
before_script: before_script:
- npm install -g vsce - npm install -g vsce typescript ovsx
- npm install -g typescript
- npm install -g ovsx
- npm install - npm install
cache: cache:
paths: paths: