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
ITZ
gitlab-ci-test
Commits
f142448c
Commit
f142448c
authored
Feb 18, 2021
by
Max F. Albrecht
Browse files
use nodejs image
parent
a2999d0f
Pipeline
#1823
passed with stages
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f142448c
default
:
image
:
debian:
buster-slim
image
:
node:14-
buster-slim
tags
:
[
docker
]
...
...
@@ -7,6 +7,7 @@ build-job:
stage
:
build
script
:
-
echo "Hello, $GITLAB_USER_LOGIN!"
-
node -e 'console.log(`Hello from nodejs, ${process.env.GITLAB_USER_LOGIN}`)'
test-job1
:
stage
:
test
...
...
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