fix image name
This commit is contained in:
parent
5b2b81c39b
commit
71223ef8ea
@ -1,7 +1,6 @@
|
|||||||
.cic_cache_variables:
|
.cic_cache_variables:
|
||||||
variables:
|
variables:
|
||||||
APP_NAME: cic-cache
|
APP_NAME: cic-cache
|
||||||
CONTEXT: apps/$APP_NAME
|
|
||||||
|
|
||||||
#build-mr-cic-cache:
|
#build-mr-cic-cache:
|
||||||
# extends:
|
# extends:
|
||||||
@ -25,7 +24,7 @@ test-mr-cic-cache:
|
|||||||
- test_requirements.txt
|
- test_requirements.txt
|
||||||
paths:
|
paths:
|
||||||
- /root/.cache/pip
|
- /root/.cache/pip
|
||||||
image: $MR_IMAGE_TAG
|
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/$APP_NAME:$MR_IMAGE_TAG
|
||||||
script:
|
script:
|
||||||
- cd apps/$APP_NAME/
|
- cd apps/$APP_NAME/
|
||||||
- >
|
- >
|
||||||
|
Loading…
Reference in New Issue
Block a user