Skip to content
Snippets Groups Projects
Commit 0bb2a8b2 authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

ci(aws): change image name

parent f00e3a0f
No related branches found
No related tags found
1 merge request!10Sprint #12
...@@ -40,7 +40,7 @@ build: ...@@ -40,7 +40,7 @@ build:
name: qa name: qa
lint: lint:
image: $IMAGE_ORG/$IMAGE_NAME:$CI_COMMIT_SHA image: $CI_PROJECT_NAME:$CI_COMMIT_SHA
stage: test stage: test
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
...@@ -49,7 +49,7 @@ lint: ...@@ -49,7 +49,7 @@ lint:
- npm run lint - npm run lint
test: test:
image: $IMAGE_ORG/$IMAGE_NAME:$CI_COMMIT_SHA image: $CI_PROJECT_NAME:$CI_COMMIT_SHA
stage: test stage: test
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment