From e3b02b22a2893ab2f88b0b80814679c8b61f1ab0 Mon Sep 17 00:00:00 2001 From: Nicole Hooshmand Pakdel <nicho565@student.liu.se> Date: Thu, 6 Oct 2022 17:21:11 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b82be6..44e2087 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,11 +20,11 @@ build: - ./build.xml.* - run: + test: - stage: run + stage: test - script: + script: - ant -lib test/lib/junit.jar -Dtest=AllTests testall -- GitLab