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