Skip to content
Snippets Groups Projects
Commit 0b0eaaca authored by Ruben Young On's avatar Ruben Young On
Browse files

Update .gitlab-ci.yml

parent 1bccc1ba
No related branches found
No related tags found
5 merge requests!181Pregrading and multiple choice questions,!169Pregrading and creation of multiple choice options on the exam,!165Remove data folder,!155Fix exam widget,!145WIP: Add test coverage tools
# This base image can be found in 'Dockerfile'
image: zesje/base
stages:
- build
- test
- coverage
# Special hidden job that is merged with JS jobs
.node_modules: &node_modules
......@@ -54,3 +54,9 @@ lint_py:
allow_failure: true
script:
- yarn lint:py
cov:
stage: coverage
script:
- yarn cov
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