Update .gitlab-ci.yml
This commit is contained in:
parent
18fe3c901e
commit
35419cdb63
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ before_script:
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- cd src
|
- true
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- .
|
- src/
|
||||||
|
|
Loading…
Reference in a new issue