Skip to content
Snippets Groups Projects
Commit 77322180 authored by Steffen Schulze's avatar Steffen Schulze
Browse files

Update .gitlab-ci.yml

parent 23d0a2a2
No related branches found
No related tags found
No related merge requests found
Pipeline #62879 failed
...@@ -13,7 +13,7 @@ include: ...@@ -13,7 +13,7 @@ include:
variables: variables:
DSS_WORKDIR: /tmp/dss DSS_WORKDIR: ./tmp/dss
stages: stages:
- build - build
...@@ -26,7 +26,7 @@ clonedss: ...@@ -26,7 +26,7 @@ clonedss:
- git clone https://github.com/esig/dss-demonstrations.git ${DSS_WORKDIR} - git clone https://github.com/esig/dss-demonstrations.git ${DSS_WORKDIR}
artifacts: artifacts:
paths: paths:
- /tmp/dss/ - ./tmp/dss/
expire_in: 1 hour expire_in: 1 hour
......
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