Skip to content
Snippets Groups Projects
.gitlab-ci.yml 156 B
image: registry.gitlab.tugraz.at/dbp/web-components/toolkit/main:v1

stages:
  - test

test:
  stage: test
  script:
    - yarn install
    - yarn run test