Disable test from CI

This commit is contained in:
Emmanuel 2022-11-15 15:36:42 +01:00
parent e6dd3a06e1
commit 33d3d1f645

View file

@ -21,7 +21,7 @@ variables:
stages:
- build
- test
# - test
- download
build:
@ -33,14 +33,14 @@ build:
- ln -s example.env .env
- npm run build
test:
stage: test
before_script:
- npm ci
script:
- rm -f .env
- ln -s example.env .env
- npm run test
# test:
# stage: test
# before_script:
# - npm ci
# script:
# - rm -f .env
# - ln -s example.env .env
# - npm run test
download:
stage: test