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
open-source
AutoReferee
Commits
ce70b7da
Unverified
Commit
ce70b7da
authored
May 09, 2021
by
NicolaiO
🐼
Browse files
Run integration tests in gitlab pipeline
parent
005816ae
Pipeline
#8798
passed with stage
in 4 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ce70b7da
...
...
@@ -6,3 +6,9 @@ build:
image
:
openjdk:11
script
:
-
'
./build.sh'
test
:
stage
:
build
image
:
openjdk:11
script
:
-
'
./gradlew
--stacktrace
--no-daemon
check
integrationTest'
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