Skip to content
Snippets Groups Projects
Commit 0741b7ce authored by Anya Helene Bagge's avatar Anya Helene Bagge
Browse files

Update .gitlab-ci.yml file

parent d7086104
No related branches found
No related tags found
No related merge requests found
Pipeline #183568 failed
...@@ -52,6 +52,9 @@ build: ...@@ -52,6 +52,9 @@ build:
- build/**/*.o - build/**/*.o
- build/**/*.hi - build/**/*.hi
expire_in: 1 hour expire_in: 1 hour
tags:
- autotest
- haskell
# run mvn verify to compile and test the project # run mvn verify to compile and test the project
test: test:
...@@ -66,6 +69,9 @@ test: ...@@ -66,6 +69,9 @@ test:
reports: reports:
junit: report/*.xml junit: report/*.xml
expire_in: 1 month expire_in: 1 month
tags:
- autotest
- haskell
# coverage: '/Total.*?([0-9]{1,3})%/' # coverage: '/Total.*?([0-9]{1,3})%/'
dependencies: dependencies:
- build - build
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