Untitled

 avatar
unknown
plain_text
2 years ago
144 B
6
Indexable
stages:
  - test

before_script:
  - npm install

test:
  stage: test
  script:
    - npm run serve -- --port 8080
  only:
    - merge_requests
Editor is loading...