Commit b5b87dcd authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs/correct-web-ide-term-example' into 'master'

Docs - Correct Web IDE configuration file example

See merge request gitlab-org/gitlab!57099
parents e999b6a8 d4f829ed
...@@ -344,7 +344,7 @@ terminal: ...@@ -344,7 +344,7 @@ terminal:
# This can be any image that has the necessary runtime environment for your project. # This can be any image that has the necessary runtime environment for your project.
image: node:10-alpine image: node:10-alpine
before_script: before_script:
- apt-get update - apk update
script: sleep 60 script: sleep 60
variables: variables:
RAILS_ENV: "test" RAILS_ENV: "test"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment