Skip to content
Snippets Groups Projects
.gitlab-ci.yml 129 B
Newer Older
Piotr Gawron's avatar
Piotr Gawron committed
image: node

before_script:
  - cd frontend-js
  - npm install  

test_frontend:
  script:
    - cd frontend-js
    - npm test