diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27bf1b1..fd06551 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,17 +44,17 @@ merge:test:lint: - .env.local - .env.test -merge:test:build: - stage: test:build - script: - - npm run build - only: - - merge_requests - artifacts: - paths: - - node_modules - - .env.local - - .env.test +#merge:test:build: +# stage: test:build +# script: +# - npm run build +# only: +# - merge_requests +# artifacts: +# paths: +# - node_modules +# - .env.local +# - .env.test build: stage: build @@ -97,18 +97,18 @@ test:lint: - .env.local - .env.test -test:build: - stage: test:build - script: - - npm run build - only: - - develop - - main - artifacts: - paths: - - node_modules - - .env.local - - .env.test +#test:build: +# stage: test:build +# script: +# - npm run build +# only: +# - develop +# - main +# artifacts: +# paths: +# - node_modules +# - .env.local +# - .env.test deploy: stage: deploy