Skip to content

Instantly share code, notes, and snippets.

@qunabu
Created April 19, 2020 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qunabu/4edef33e5374c972b8efad73fb2ad075 to your computer and use it in GitHub Desktop.
Save qunabu/4edef33e5374c972b8efad73fb2ad075 to your computer and use it in GitHub Desktop.
Strapi gitlab testing
image: node:alpine
test:
stage: test
image: node:alpine
before_script:
- npm install
script:
- npm run test-ci
artifacts:
reports:
junit: junit.xml
cache:
paths:
- node_modules/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment