Skip to content
Snippets Groups Projects
Commit be0c68b9 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

gitlab-ci.yml: updated SOURCE_DIR in two tests

parent ef28ad66
No related branches found
No related tags found
1 merge request!331gitlab-ci.yml: updated SOURCE_DIR in two tests
Pipeline #7630705 failed
......@@ -350,7 +350,7 @@ ubu-single-gmfsl:
stage: step-E
needs: ["ubu-single-gmfullsimlight"]
variables:
SOURCE_DIR: ${CMAKE_PROJECT_DIR}/FSL
SOURCE_DIR: ${CI_PROJECT_DIR}/FSL
script:
- CI/compile_GeoModel.sh
......@@ -359,7 +359,7 @@ ubu-geomodelatlas:
stage: step-B
needs : ["ubu-gm-all"]
variables:
SOURCE_DIR: ${CMAKE_PROJECT_DIR}/GeoModelATLAS
SOURCE_DIR: ${CI_PROJECT_DIR}/GeoModelATLAS
script:
- git clone https://${EOS_ACCOUNT_USERNAME}:${GEOMODEL_READ_ACCESS}@gitlab.cern.ch/atlas/geomodelatlas/GeoModelATLAS.git
- ls -lh
......
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