Skip to content
Snippets Groups Projects
Commit 43dd3a37 authored by Emma Strömberg's avatar Emma Strömberg
Browse files

Update .gitlab-ci.yml file

parent 38d0a99a
No related branches found
No related tags found
No related merge requests found
Pipeline #142001 failed
...@@ -3,6 +3,7 @@ image: alash325/javaant:latest ...@@ -3,6 +3,7 @@ image: alash325/javaant:latest
stages: stages:
- build - build
- test - test
- deploy
build: build:
stage: build stage: build
...@@ -17,3 +18,12 @@ test: ...@@ -17,3 +18,12 @@ test:
artifacts: artifacts:
paths: paths:
- build/report/ - build/report/
pages:
stage: deploy
script:
- mkdir -p public
- cd -r build/report/* public/
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment