Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects

Resolve "wip1"

Merged Raphael JOIE requested to merge 1-wip1 into main
+ 9
0
@@ -7,6 +7,7 @@ include:
ref: main
stages:
- debug
- test-static-style
- test-static-build
# Either run all tests in parallel
@@ -25,6 +26,14 @@ stages:
# when: never
# - if: $CI_COMMIT_BRANCH || $CI_COMMIT_TAG
debug:
stage: debug
script:
- echo $CI_PIPELINE_SOURCE
- echo $CI_COMMIT_BRANCH
- echo $CI
- echo $CI_COMMIT_REF_NAME
test-static-style-force-job:
stage: test-static-style
tags:
Loading