Skip to content
Snippets Groups Projects
Commit 33eb2324 authored by Anya Helene Bagge's avatar Anya Helene Bagge
Browse files

Update .gitlab-ci.yml file

parent db73fc84
No related branches found
No related tags found
No related merge requests found
Pipeline #183594 failed
......@@ -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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment