ci: repair and clean up ci pipelines

This commit is contained in:
Rainer Killinger
2021-12-15 12:27:33 +01:00
parent 6a655fe28a
commit c1b956986d
2 changed files with 2 additions and 6 deletions

View File

@@ -1,12 +1,8 @@
image: registry.gitlab.com/openstapps/projectmanagement/node
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules
before_script:
- npm install
- npm ci
stages:
- build