Skip to content
Snippets Groups Projects
Commit f78885e9 authored by Nicole Hooshmand Pakdel's avatar Nicole Hooshmand Pakdel
Browse files

Update .gitlab-ci.yml file

parent f82e0cc8
No related branches found
No related tags found
No related merge requests found
Pipeline #77874 failed
...@@ -7,7 +7,7 @@ stages: # List of stages for jobs, and their order of execution ...@@ -7,7 +7,7 @@ stages: # List of stages for jobs, and their order of execution
build-job: # This job runs in the build stage, which runs first. build-job: # This job runs in the build stage, which runs first.
stage: build stage: build
script: script:
- ant build - javac build.xml
artifacts: artifacts:
paths: paths:
- ./build.xml.* - ./build.xml.*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment