Skip to content
Snippets Groups Projects
Commit caf3d88e authored by Yuyuan Liu's avatar Yuyuan Liu
Browse files

Update .gitlab-ci.yml file

parent f3cdaa61
No related branches found
No related tags found
1 merge request!1add auxiliary files
Pipeline #894308 failed
......@@ -19,7 +19,8 @@
stages: # List of stages for jobs, and their order of execution
- build
build-job: # This job runs in the build stage, which runs first.
build-job:
image: maven:3-jdk-8 # This job runs in the build stage, which runs first.
stage: build
script:
- echo "Checking the code syntax..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment