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

before_script:
  - cd frontend-js
  - npm install  
Piotr Gawron's avatar
Piotr Gawron committed
  - cd ..
Piotr Gawron's avatar
Piotr Gawron committed

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