fix image name

This commit is contained in:
Blair Vanderlugt 2021-08-19 10:41:19 -04:00
parent 5b2b81c39b
commit 71223ef8ea

View File

@ -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/
- > - >