Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sauerburger-keys
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frank Sauerburger
sauerburger-keys
Commits
12f5aade
Verified
Commit
12f5aade
authored
4 years ago
by
Frank Sauerburger
Browse files
Options
Downloads
Patches
Plain Diff
Run unittests in CI
parent
9517c88f
No related branches found
Branches containing commit
Tags
0.2.0-rc
Tags containing commit
1 merge request
!5
Resolve "Add cors headers to WKD"
Pipeline
#7589
waiting for manual action
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-0
10 additions, 0 deletions
.gitlab-ci.yml
with
10 additions
and
0 deletions
.gitlab-ci.yml
+
10
−
0
View file @
12f5aade
stages
:
-
test
-
build
-
deploy
unittest
:
stage
:
test
image
:
python:3.7
script
:
-
cd app
-
pip install -r requirements.txt
-
python manage.py migrate
-
python manage.py test
build
:
when
:
manual
stage
:
build
...
...
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