Skip to content
Snippets Groups Projects
Commit 3e92ab9f authored by Mads Lundegaard's avatar Mads Lundegaard
Browse files

Merge branch 'fix/ci' into 'dev'

Change ci pipeline to only run in master, dev and on merge requests

See merge request !41
parents 51e6bf23 c76478d7
No related branches found
No related tags found
2 merge requests!104Weekly merge to Master,!41Change ci pipeline to only run in master, dev and on merge requests
Pipeline #76257 passed
......@@ -10,12 +10,20 @@ cache:
build:
stage: build
only:
- dev
- master
- merge_requests
script:
- echo "Building project with maven"
- mvn verify
test:
stage: test
only:
- dev
- master
- merge_requests
script:
- echo "Running project tests with maven"
- mvn test
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