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

Skip to content
Snippets Groups Projects

adding resource group.

Merged Diego MENDEZ requested to merge bugfix/ci_job_collision into develop
Compare and Show latest version
3 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 5
2
stages:
- test
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "parent_pipeline"
.test-core: &test-core
stage: test
@@ -39,6 +40,8 @@ up-test-env-job:
run-test-job:
<<: *test-core
before_script:
- pwd && ls && echo "${PROJ_DIR}--1" && echo "${PARENT_PROJECT_DIR}--2" && echo "$CI_PROJECT_DIR--3" && echo "$$PARENT_PROJECT_DIR--4" && echo "$$PROJ_DIR--5" && echo "$$CI_PROJECT_DIR--6"
- python3 -m venv "${PROJ_DIR}/plugins/venv"
- source "${PROJ_DIR}/plugins/venv/bin/activate"
- pip install -r "${PROJ_DIR}/plugins/netbox-rps-plugin/tests/requirements.e2e.txt"
Loading