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

Update .gitlab-ci.yml file

parent 64b11df2
No related branches found
No related tags found
No related merge requests found
Pipeline #1532 failed
image: node:16 default:
image: node:lts
pages:
cache: cache:
paths: paths:
- node_modules/ - node_modules/
pages:
script: script:
- export NODE_OPTIONS=--openssl-legacy-provider
- npm ci - npm ci
#- npm test #- npm test
- npm run build - npm run build
...@@ -13,5 +14,4 @@ pages: ...@@ -13,5 +14,4 @@ pages:
artifacts: artifacts:
paths: paths:
- public - public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment