diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d84c18d135999def7c1defd8de0a19026883a85..60b1f3436093f7bf4803dc01175fbfa6eb669a47 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,8 +3,8 @@
 default:
     image: rboman/waves-py3:latest
     before_script:
-        - source /opt/intel/mkl/bin/mklvars.sh intel64
-        - source /opt/intel/tbb/bin/tbbvars.sh intel64
+        - source /opt/intel/oneapi/mkl/latest/env/vars.sh
+        - source /opt/intel/oneapi/tbb/latest/env/vars.sh
 
 .global_tag: &global_tag_def
     tags:
diff --git a/README.md b/README.md
index ac20cc23ed99d60edbe62f2b96dd853d4721425b..216dfc4cd0058ed28f9ba2d3af4fe24fba08e709 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # fpm
 Field panel method for solving transonic flows using the full potential equation\
 University of Liège\
-:warning: This code is a C++ implementation of [aero](github.com/acrovato/aero). However, the field module is not implemented yet. As such, only susbonic calculations *without transonic correction* can be carried out.
+:warning: This code is a C++ implementation of [aero](github.com/acrovato/aero) developed in the context of [this PhD thesis](https://hdl.handle.net/2268/251906). However, the field module is not implemented yet. As such, only susbonic calculations *without transonic correction* can be carried out. :warning:
 
 ![](/dox/img.png)