Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
struggling with sed
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvain.touret committed Nov 17, 2022
1 parent 4c04a17 commit 2aa2374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ python-tests:
DOCKER_COMPOSE_FILENAME: docker-compose.testing.yml
TEST_VOLUME_NAME: testResults
FIX_COVERAGE_FOR_SONAR: "true"
FIX_COVERAGE_FOR_SONAR_RENAMEFOLDER: 's#<source>\/app</source>#<source>\/</source>#'
FIX_COVERAGE_FOR_SONAR_RENAMEFOLDER: 's#<source>\/app</source>#<source>\/builds\/lbb\/lbb</source>#'
rules:
- if: $CI_MERGE_REQUEST_IID && $CI_MERGE_REQUEST_TITLE !~ /Draft.*/
changes:
Expand Down

0 comments on commit 2aa2374

Please sign in to comment.