Created
April 19, 2020 18:59
-
-
Save qunabu/4edef33e5374c972b8efad73fb2ad075 to your computer and use it in GitHub Desktop.
Strapi gitlab testing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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