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

Update .gitlab-ci.yml file

parent 13201764
No related branches found
No related tags found
No related merge requests found
Pipeline #226948 passed
...@@ -19,6 +19,10 @@ check: ...@@ -19,6 +19,10 @@ check:
work: work:
image: registry.code.fbi.h-da.de/stihbouss/react-image image: registry.code.fbi.h-da.de/stihbouss/react-image
script: script:
- ls - npm install
- npm run build
needs: needs:
- build - build
\ No newline at end of file artifacts:
paths:
- dist
\ 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