Skip to content
Snippets Groups Projects
Commit c1b32de1 authored by Iheb Boussida's avatar Iheb Boussida
Browse files

Update .gitlab-ci.yml file

parent 8491e812
Branches
No related tags found
No related merge requests found
Pipeline #226951 failed
...@@ -21,8 +21,10 @@ work: ...@@ -21,8 +21,10 @@ work:
script: script:
- npm install - npm install
- npm run build - npm run build
- mkdir public
- cp -r dist public
needs: needs:
- build - build
artifacts: artifacts:
paths: paths:
- dist - public
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment