Update .gitlab-ci.yml
This commit is contained in:
parent
135ced9b3b
commit
18fe3c901e
1 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ before_script:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- cd src
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- src/
|
- .
|
Loading…
Reference in a new issue