Refactor cic pipeline.

This commit is contained in:
Spencer Ofwiti 2020-11-25 19:53:41 +03:00
parent 259b06f87d
commit 3f22b1ab11
1 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ build:
test:karma:
stage: test
image: trion/ng-cli-karma:$(CLI_VERSION)
image: trion/ng-cli-karma
allow_failure: false
tags:
- docker
@ -60,7 +60,7 @@ test:karma:
test:e2e:
stage: test
image: trion/ng-cli-e2e:$(CLI_VERSION)
image: trion/ng-cli-e2e
allow_failure: false
tags:
- docker
@ -69,7 +69,7 @@ test:e2e:
test:nglint:
stage: test
image: trion/ng-cli:$(CLI_VERSION)
image: trion/ng-cli
tags:
- docker
script:
@ -88,7 +88,7 @@ build_app:
- cp $PROJECT_PATH/Dockerfile $APP_OUTPUT_PATH
artifacts:
name: "cic-staff-client-pipeline"
expire_in: 30 days
expire_in: 1 days
paths:
- $APP_OUTPUT_PATH
cache: