cleanup gitlab-ci

This commit is contained in:
Johannes Loher 2020-12-23 20:25:52 +01:00
parent 7489fe8e5d
commit 3405407745

View file

@ -23,10 +23,5 @@ Lint:
- npm run lint
# Test:
# stage: Test
# cache:
# key: $CI_COMMIT_REF_SLUG-$CI_PROJECT_DIR
# paths:
# - node_modules/
# policy: pull
# script:
# - npm test