fix image name

This commit is contained in:
Blair Vanderlugt 2021-08-19 10:41:19 -04:00
parent 5b2b81c39b
commit 71223ef8ea
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
.cic_cache_variables:
variables:
APP_NAME: cic-cache
CONTEXT: apps/$APP_NAME
#build-mr-cic-cache:
# extends:
@ -25,7 +24,7 @@ test-mr-cic-cache:
- test_requirements.txt
paths:
- /root/.cache/pip
image: $MR_IMAGE_TAG
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/$APP_NAME:$MR_IMAGE_TAG
script:
- cd apps/$APP_NAME/
- >