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
Schwieger, Jana
lab-gitlab
Commits
61b3b038
Commit
61b3b038
authored
Nov 12, 2020
by
Schwieger, Jana
Browse files
Update .gitlab-ci.yml - Images angegeben
parent
38720d60
Pipeline
#21575
passed with stage
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
61b3b038
...
...
@@ -6,6 +6,7 @@ stages:
java
:
stage
:
test
image
:
"
openjdk:14"
script
:
-
javac src/*.java
-
java -cp src/ Hello $GREET > result.txt
...
...
@@ -14,6 +15,7 @@ java:
python
:
stage
:
test
image
:
"
python:3-slim"
script
:
-
python src/hello.py $GREET > result.txt
-
cat result.txt
...
...
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