Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mick, Johanna
lab-gitlab
Commits
bf40394a
Commit
bf40394a
authored
Nov 14, 2020
by
Mick, Johanna
🌱
Browse files
Update .gitlab-ci.yml
parent
bddea79a
Pipeline
#21633
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
bf40394a
...
...
@@ -11,6 +11,7 @@ java:
-
java -cp src/ Hello $GREET > result.txt
-
cat result.txt
-
cat result.txt | grep "Hello $GREET"
image
:
"
openjdk:14"
python
:
stage
:
test
...
...
@@ -18,3 +19,4 @@ python:
-
python src/hello.py $GREET > result.txt
-
cat result.txt
-
cat result.txt | grep "Hello $GREET"
image
:
"
python:3-slim"
Write
Preview
Markdown
is supported
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