Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Johan Vervloet
codeception-ci-demo
Commits
9f9c887f
Commit
9f9c887f
authored
Jun 29, 2019
by
Johan Vervloet
Browse files
Fixed dependencies in gitlab-ci,
#1
.
parent
4905c055
Pipeline
#68644758
passed with stages
in 2 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9f9c887f
...
...
@@ -50,7 +50,9 @@ run web tests:
stage
:
test
image
:
registry.gitlab.com/johanv/codeception-ci-demo/php
dependencies
:
# Make sure to add dependencies to both tasks, to get all the artifacts.
-
install php dependencies
-
install javascript dependencies
script
:
-
LOCAL_IP=$(ip route get 8.8.8.8 | awk -F"src " 'NR==1{split($2,a," ");print a[1]}')
-
echo Local IP $LOCAL_IP
...
...
Write
Preview
Supports
Markdown
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