Skip to content
Snippets Groups Projects
Commit 926fc154 authored by Antoine Roy's avatar Antoine Roy
Browse files

Update .gitlab-ci.yml file

parent cf2aa2f0
No related branches found
No related tags found
No related merge requests found
......@@ -16,19 +16,18 @@
#before_script:
# - apk add --update --no-cache git
default:
image: "node:latest"
pages:
cache:
paths:
- node_modules/
script:
- npm ci
#- npm test
- npm test
- npm run build
cache:
paths:
- node_modules/
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment