Skip to content
Snippets Groups Projects
Verified Commit 81167388 authored by Mark's avatar Mark
Browse files

Remove camelCase

parent 236782ba
No related branches found
No related tags found
1 merge request!1Create behaviour test for the login page
...@@ -2,7 +2,7 @@ stages: ...@@ -2,7 +2,7 @@ stages:
- build - build
- application-test - application-test
consentProvider_image: consent-provider_image:
stage: build stage: build
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
...@@ -19,7 +19,7 @@ consentProvider_image: ...@@ -19,7 +19,7 @@ consentProvider_image:
changes: changes:
- consent_provider/* - consent_provider/*
loginProvider_image: login-provider_image:
stage: build stage: build
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
...@@ -36,7 +36,7 @@ loginProvider_image: ...@@ -36,7 +36,7 @@ loginProvider_image:
changes: changes:
- login_provider/* - login_provider/*
loginProviderCiTest_image: login-provider-ci-test_image:
stage: build stage: build
variables: variables:
DOCKER_DRIVER: overlay2 DOCKER_DRIVER: overlay2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment