Skip to content
Snippets Groups Projects
Commit 4cfb07a8 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-163: fixed dependencies

parent eb8ef8cd
No related branches found
No related tags found
2 merge requests!110Resolve TMSS-163,!104Resolve TMSS-146
...@@ -91,16 +91,16 @@ dockerize_TMSS: ...@@ -91,16 +91,16 @@ dockerize_TMSS:
# UNIT TEST STAGE # UNIT TEST STAGE
# #
unit_test_RAServices: unit_test_TMSS:
stage: unit_test stage: unit_test
image: ci_raservices:latest image: ci_sas:latest
script: script:
- PACKAGE=RAServices - PACKAGE=TMSS
- echo "Testing $PACKAGE..." - echo "Testing $PACKAGE..."
- cd build/gnucxx11_opt - cd build/gnucxx11_opt
- SKIP_INTEGRATION_TESTS=true ctest - SKIP_INTEGRATION_TESTS=true ctest
dependencies: dependencies:
- build_RAServices - build_TMSS
artifacts: artifacts:
name: unit-test-report name: unit-test-report
when: always when: always
......
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