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

TMSS-2261: moved unit_test_TMSS_Frontend to integration_test_TMSS_Frontend

parent 3817ff9e
No related branches found
No related tags found
1 merge request!1066Resolve TMSS-2261
...@@ -352,8 +352,8 @@ unit_test_MCU_MAC: ...@@ -352,8 +352,8 @@ unit_test_MCU_MAC:
rules: rules:
- if: '$FASTLANE == "false"' - if: '$FASTLANE == "false"'
unit_test_TMSS_Frontend: integration_test_TMSS_Frontend:
stage: unit_test stage: integration_test
image: ci_tmss:$CI_COMMIT_SHORT_SHA image: ci_tmss:$CI_COMMIT_SHORT_SHA
#before_script: #before_script:
# - apt-get update # - apt-get update
...@@ -647,6 +647,8 @@ deploy-tmss-prod: ...@@ -647,6 +647,8 @@ deploy-tmss-prod:
needs: needs:
- job: dockerize_TMSS - job: dockerize_TMSS
artifacts: false artifacts: false
- job: unit_and_integration_test_TMSS
artifacts: false
allow_failure: true allow_failure: true
when: manual when: manual
only: only:
......
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