gitlab-ci: test

This commit is contained in:
Johannes Loher 2020-12-27 15:19:20 +01:00
parent 1148005c00
commit 14e3b2195b

View file

@ -46,9 +46,9 @@ build:
- npm run build
cache:
<<: *global_cache
# artifacts:
# paths:
# - dist/
artifacts:
paths:
- dist/
# expire_in: 1 week
deploy:
stage: deploy