Skip to content
Snippets Groups Projects
Commit 79e3877a authored by Isabella Skořepová's avatar Isabella Skořepová
Browse files

Remove tests which do not make sense in this branch

parent 1608b5ff
No related branches found
No related tags found
No related merge requests found
......@@ -9,25 +9,6 @@ trigger:
script:
- "curl -X POST -F token=$GITLAB_TOKEN -F ref=master https://git.ok1kvk.cz/api/v3/projects/72/trigger/builds"
basictest:
stage: test
script:
- node --version
- npm --version
- npm install
- node index.js --contentdir sitegin/tests/content --staticdir sitegin/tests/static --builddir build --noserver
unittest:
stage: test
script:
- node --version
- npm --version
- npm install
- npm test
artifacts:
paths:
- coverage
cache:
paths:
- node_modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment