PAL: download - ignore verifying the SSL certificate
[csit.git] / resources / tools / presentation / run_report.sh
index 22f521a..c28c03a 100755 (executable)
@@ -30,6 +30,9 @@ mkdir ${DIR[WORKING]}
 virtualenv -p $(which python3) ${DIR[WORKING]}/env
 source ${DIR[WORKING]}/env/bin/activate
 
+# FIXME: Temporary hack until all docker dns will be solved
+echo "nameserver 172.17.0.1" > /etc/resolv.conf
+
 # Install python dependencies:
 pip3 install -r requirements.txt
 
@@ -38,7 +41,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "21" \
+    --week "09" \
     --logging INFO \
     --force