gitlab-ci: test

This commit is contained in:
Johannes Loher 2020-12-27 15:12:57 +01:00
parent 396a11cdde
commit 29de0c7526

View file

@ -3,8 +3,8 @@ image: node:latest
stages:
- prepare
- test
- bar
- build
- bar
cache: &global_cache
key:
@ -55,7 +55,6 @@ build:
paths:
- dist/
expire_in: 1 week
# deploy:
# stage: deploy
# # dependencies: