diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc7de27..ac6fcac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,56 +52,56 @@ build: - node_modules policy: pull -test:karma: - stage: test - image: trion/ng-cli-karma - allow_failure: false - tags: - - docker - script: - - ng test --code-coverage --progress false --watch false - coverage: '/Lines \W+: (\d+\.\d+)%.*/' - artifacts: - paths: - - coverage/ - cache: - key: - files: - - package-lock.json - paths: - - node_modules - policy: pull - -test:e2e: - stage: test - image: trion/ng-cli-e2e - allow_failure: false - tags: - - docker - script: - - ng e2e - cache: - key: - files: - - package-lock.json - paths: - - node_modules - policy: pull - -test:nglint: - stage: test - image: trion/ng-cli - tags: - - docker - script: - - ng lint - cache: - key: - files: - - package-lock.json - paths: - - node_modules - policy: pull +#test:karma: +# stage: test +# image: trion/ng-cli-karma +# allow_failure: false +# tags: +# - docker +# script: +# - ng test --code-coverage --progress false --watch false +# coverage: '/Lines \W+: (\d+\.\d+)%.*/' +# artifacts: +# paths: +# - coverage/ +# cache: +# key: +# files: +# - package-lock.json +# paths: +# - node_modules +# policy: pull +# +#test:e2e: +# stage: test +# image: trion/ng-cli-e2e +# allow_failure: false +# tags: +# - docker +# script: +# - ng e2e +# cache: +# key: +# files: +# - package-lock.json +# paths: +# - node_modules +# policy: pull +# +#test:nglint: +# stage: test +# image: trion/ng-cli +# tags: +# - docker +# script: +# - ng lint +# cache: +# key: +# files: +# - package-lock.json +# paths: +# - node_modules +# policy: pull build_app: stage: build_and_test