From 33eb2324769ddecc75602a10a3a0fa89e1c32dac Mon Sep 17 00:00:00 2001 From: Anya Helene Bagge <anya@ii.uib.no> Date: Wed, 15 Feb 2023 08:25:41 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 20c5314..2e5576b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,8 +43,7 @@ image: git.app.uib.no:4567/ii/inf222/v23/assignments/test-runner:latest build: stage: build script: - - env - - './run-tests compile' + - '$HOME/run-tests compile' artifacts: paths: - build/ @@ -60,7 +59,7 @@ build: test: stage: test script: - - './run-tests test' + - '$HOME/run-tests test' artifacts: paths: - report/ -- GitLab