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
Hübner, Jan-Ole
lab-gitlab
Commits
6d486bee
Commit
6d486bee
authored
Nov 09, 2020
by
Jan-Ole Hübner
Browse files
no message
parent
af5ce211
Pipeline
#21402
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6d486bee
...
@@ -5,6 +5,7 @@ stages:
...
@@ -5,6 +5,7 @@ stages:
-
test
-
test
java
:
java
:
image
:
"
openjdk:14"
stage
:
test
stage
:
test
script
:
script
:
-
javac src/*.java
-
javac src/*.java
...
@@ -13,6 +14,7 @@ java:
...
@@ -13,6 +14,7 @@ java:
-
cat result.txt | grep "Hello $GREET"
-
cat result.txt | grep "Hello $GREET"
python
:
python
:
image
:
"
python:3-slim"
stage
:
test
stage
:
test
script
:
script
:
-
python src/hello.py $GREET > result.txt
-
python src/hello.py $GREET > result.txt
...
...
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