UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 13518910 authored by Kenton Groombridge's avatar Kenton Groombridge
Browse files

Update .gitlab-ci.yml

parent c116d9ec
No related merge requests found
Pipeline #115757 failed
......@@ -30,7 +30,7 @@ stages:
extends: .builder
stage: test
script:
- ./a.out
- ./cuarray
artifacts:
paths:
- ./${BUILD_MODULE}-Results.xml
......@@ -41,11 +41,11 @@ stages:
build:a.out:
extends: .builder
variables:
BUILD_MODULE: a.out
BUILD_MODULE: cuarray
test:a.out:
extends: .tester
variables:
BUILD_MODULE: a.out
BUILD_MODULE: cuarray
needs:
- build:a.out
- build:cuarray
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment