From f78885e9c2f4480a9b47d678a8c952f5dfbb15f0 Mon Sep 17 00:00:00 2001
From: Nicole Hooshmand Pakdel <nicho565@student.liu.se>
Date: Thu, 6 Oct 2022 17:56:52 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1867c6..32144f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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.
   stage: build
   script:
-    - ant build
+    - javac build.xml
   artifacts:
     paths:
       - ./build.xml.*
-- 
GitLab