Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dotsandboxes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mthoma48
dotsandboxes
Merge requests
!1
Update .gitlab/.gitlab-webide.yml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Update .gitlab/.gitlab-webide.yml
mthoma48-main-patch-76227
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Update .gitlab/.gitlab-webide.yml
mthoma48
requested to merge
mthoma48-main-patch-76227
into
main
Jul 24, 2021
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Merge request reports
Compare
main
main (HEAD)
and
latest version
latest version
6228f7a9
1 commit,
Jul 24, 2021
1 file
+
9
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab/.gitlab-webide.yml
0 → 100644
+
9
−
0
View file @ 14b28f99
Edit in single-file editor
Open in Web IDE
terminal
:
# This can be any image that has the necessary runtime environment for your project.
image
:
node:10-alpine
before_script
:
-
apk update
script
:
sleep
60
variables
:
RAILS_ENV
:
"
test"
NODE_ENV
:
"
test"
Loading