Skip to content
Snippets Groups Projects
Commit c4084946 authored by Matteo04052017's avatar Matteo04052017
Browse files

.

parent 6464a703
No related branches found
No related tags found
No related merge requests found
Pipeline #10764 failed
......@@ -24,17 +24,22 @@ test:
- docker-executor
script:
- pipenv run python setup.py test
- ls -la
- mkdir .public
- cp -r htmlcov/* .public
- mv .public public
artifacts:
paths:
- public
# - ls -la
# - mkdir .public
# - cp -r htmlcov/* .public
# - mv .public public
# artifacts:
# paths:
# - public
pages:
dependencies:
- test
script:
- ls -la
- mkdir .public
- cp -r htmlcov/* .public
- mv .public public
artifacts:
paths:
- public
......
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