From 33d3d1f64576801717e75980d46268b92c611774 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Tue, 15 Nov 2022 15:36:42 +0100 Subject: [PATCH] Disable test from CI --- .gitlab-ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1f444b..ed11fd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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