diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a71264a..ad1937d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,15 +4,15 @@ stages: - test - deploy -test: - stage: test - script: - - yarn install - - URL=http://localhost BASE_URL=/ yarn build - except: - - main - # tags: - # - shared-fi +# test: +# stage: test +# script: +# - yarn install +# - URL=http://localhost BASE_URL=/ yarn build +# except: +# - main +# # tags: +# # - shared-fi deploy: stage: deploy