diff --git a/scripts/FELIX_top/ci-common.sh b/scripts/FELIX_top/ci-common.sh index 1d2d8a465ab92ae49eae4f92871494b6a36ec1d1..3b821bcf1a9c7bf3ebe6fbc6200e13422eaf10b4 100755 --- a/scripts/FELIX_top/ci-common.sh +++ b/scripts/FELIX_top/ci-common.sh @@ -16,9 +16,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -if [ -f /localstore/et/Xilinx/Vivado/2020.1/settings64.sh ]; then +if [ -f /eda/fpga/xilinx/Vivado/2020.1/settings64.sh ]; then #Vivado at Nikhef machines, is installed in /localstore - source /localstore/et/Xilinx/Vivado/2020.1/settings64.sh + source /eda/fpga/xilinx/Vivado/2020.1/settings64.sh elif [ -f /afs/cern.ch/work/f/fschreud/public/Xilinx/Vivado/2020.1/settings64.sh ]; then #Vivado at Cern machines is installed on /afs source /afs/cern.ch/work/f/fschreud/public/Xilinx/Vivado/2020.1/settings64.sh