Skip to content
Snippets Groups Projects
Commit 1c7b0504 authored by Ray Andrew's avatar Ray Andrew
Browse files

Initial commit

parent b9e991da
No related merge requests found
Pipeline #5040 failed with stage
in 1 minute and 57 seconds
...@@ -5,7 +5,6 @@ services: ...@@ -5,7 +5,6 @@ services:
stages: stages:
- test - test
- deploy
cache: cache:
paths: paths:
...@@ -46,15 +45,3 @@ test: ...@@ -46,15 +45,3 @@ test:
artifacts: artifacts:
paths: paths:
- report/ - report/
pages:
dependencies:
- test
script:
- mv report public
artifacts:
paths:
- public
expire_in: 30days
only:
- master
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment