Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
38f2db13
Commit
38f2db13
authored
May 12, 2022
by
Dominik Hebeler
Browse files
fixed integrationtest using the correct image
parent
d16bdc00
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab/ci/integrationtest.yml
View file @
38f2db13
.integrationtest
:
stage
:
integrationtest
image
:
name
:
${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_
COMPOSER
_IMAGE_TAG
name
:
${CI_REGISTRY_IMAGE}/$DOCKER_FPM_IMAGE_NAME:$DOCKER_
FPM
_IMAGE_TAG
entrypoint
:
[
"
/bin/bash"
]
variables
:
BRANCH_NAME
:
$CI_COMMIT_REF_NAME
COMMIT_NAME
:
$CI_COMMIT_REF_SLUG
needs
:
-
composer
-
npm
before_script
:
-
export COMPOSER_HOME=$(pwd)/metager/.composer
script
:
# Install Dev Dependencies
-
cd metager
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment