Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
zesje
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
zesje
zesje
Commits
0b0eaaca
Commit
0b0eaaca
authored
5 years ago
by
Ruben Young On
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml
parent
1bccc1ba
No related branches found
No related tags found
5 merge requests
!181
Pregrading and multiple choice questions
,
!169
Pregrading and creation of multiple choice options on the exam
,
!165
Remove data folder
,
!155
Fix exam widget
,
!145
WIP: Add test coverage tools
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-1
7 additions, 1 deletion
.gitlab-ci.yml
with
7 additions
and
1 deletion
.gitlab-ci.yml
+
7
−
1
View file @
0b0eaaca
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment