Skip to content
Snippets Groups Projects
.gitlab-ci.yml 155 B
Newer Older
Reiter, Christoph's avatar
Reiter, Christoph committed
image: registry.gitlab.tugraz.at/vpu/webcomponents/toolkit/main:v1

stages:
  - test

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