Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
DevOps
Project Templates
Commits
7e99ef01
Commit
7e99ef01
authored
Jan 07, 2021
by
Philip Paetz
Browse files
feat(CI): add 'start-app' job that checks whether an app's server starts up correctly
parent
26909a27
Pipeline
#28786
passed with stages
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gitlab-ci/start-app.yml
0 → 100644
View file @
7e99ef01
start-app
:
image
:
registry.brickblock.sh/devops/docker/build:latest
stage
:
test
extends
:
-
.except-ci-release
-
.cache-pull-only
-
.skip-artifacts
interruptible
:
true
script
:
-
yarn test:e2e:dev
-
yarn test:e2e:prod
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