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

ci(aws): pull image from aws container repo

parent 0bb2a8b2
No related branches found
No related tags found
1 merge request!10Sprint #12
...@@ -8,8 +8,6 @@ variables: ...@@ -8,8 +8,6 @@ variables:
IMAGE_NAME: "$REPOSITORY_URL/$IMAGE_TAG" IMAGE_NAME: "$REPOSITORY_URL/$IMAGE_TAG"
image: docker:stable image: docker:stable
services:
- docker:dind
stages: stages:
- build - build
...@@ -40,7 +38,7 @@ build: ...@@ -40,7 +38,7 @@ build:
name: qa name: qa
lint: lint:
image: $CI_PROJECT_NAME:$CI_COMMIT_SHA image: $REPOSITORY_URL:latest
stage: test stage: test
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
...@@ -49,7 +47,7 @@ lint: ...@@ -49,7 +47,7 @@ lint:
- npm run lint - npm run lint
test: test:
image: $CI_PROJECT_NAME:$CI_COMMIT_SHA image: $REPOSITORY_URL:latest
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