Skip to content
Snippets Groups Projects
Commit d175fab7 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Merge branch 'enable_ci_for_all_branches' into 'master'

Enable Ci for all branches

See merge request !6
parents ec8729f8 167efea1
No related branches found
No related tags found
1 merge request!6Enable Ci for all branches
Pipeline #
......@@ -9,9 +9,6 @@ test_topfarm: # name the job what we like
test
script:
- cd tests; py.test --cov-report term-missing:skip-covered --cov=topfarm
only: # only run for these branches
- master
- test_ci
tags: # select which runners can do this job [3]
- python
......@@ -28,7 +25,6 @@ pages: # "pages" is a job specifically for GitLab pages [1]
- public
only: # only run for these branches
- master
- test_ci
tags: # select which runners can do this job [3]
- python
......
Subproject commit 63f215a900395ad7d8880d7783e57c0835e45c9b
Subproject commit b3d528b5bddb5d62f4a6d9f476d7989f5d0f2ad7
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