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: stages:
- prepare - prepare
- test - test
- bar
- build - build
- bar
cache: &global_cache cache: &global_cache
key: key:
@ -55,7 +55,6 @@ build:
paths: paths:
- dist/ - dist/
expire_in: 1 week expire_in: 1 week
# deploy: # deploy:
# stage: deploy # stage: deploy
# # dependencies: # # dependencies: