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:
IMAGE_NAME: "$REPOSITORY_URL/$IMAGE_TAG"
image: docker:stable
services:
- docker:dind
stages:
- build
......@@ -40,7 +38,7 @@ build:
name: qa
lint:
image: $CI_PROJECT_NAME:$CI_COMMIT_SHA
image: $REPOSITORY_URL:latest
stage: test
variables:
GIT_STRATEGY: none
......@@ -49,7 +47,7 @@ lint:
- npm run lint
test:
image: $CI_PROJECT_NAME:$CI_COMMIT_SHA
image: $REPOSITORY_URL:latest
stage: test
variables:
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