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 ...@@ -43,8 +43,7 @@ image: git.app.uib.no:4567/ii/inf222/v23/assignments/test-runner:latest
build: build:
stage: build stage: build
script: script:
- env - '$HOME/run-tests compile'
- './run-tests compile'
artifacts: artifacts:
paths: paths:
- build/ - build/
...@@ -60,7 +59,7 @@ build: ...@@ -60,7 +59,7 @@ build:
test: test:
stage: test stage: test
script: script:
- './run-tests test' - '$HOME/run-tests test'
artifacts: artifacts:
paths: paths:
- report/ - 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