diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93787b5..27d8a1f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -122,17 +122,17 @@ dependencies:staging: paths: - node_modules/ -test:staging: - image: node:$NODE_VERSION - stage: setup - dependencies: - - dependencies:staging - only: - - staging_environment - before_script: - - npm run lint - script: - - CI=true npm run test +# test:staging: +# image: node:$NODE_VERSION +# stage: setup +# dependencies: +# - dependencies:staging +# only: +# - staging_environment +# before_script: +# - npm run lint +# script: +# - CI=true npm run test setup:staging: image: node:$NODE_VERSION