diff --git a/.travis.yml b/.travis.yml
index ca54666146cd5a9182161fe5fb6d36a1dcbb74ba..d399d1945c3e775a3c90221e79848c9d18f357bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,19 +34,16 @@ install:
   - pip install -r requirements.txt
 
   # Install node
-  - nvm install 8
-
-  # Move into the static_src folder where we will compile the FE
-  - cd ./opentech/static_src
+  - nvm install 10
 
   # Install node dependencies
   - npm install --quiet
 
-  # Build the static files
-  - npm run build:prod
+  # Install gulp-cli
+  - npm install -g gulp-cli
 
-  # Change back to the original folder
-  - cd -
+  # Build the static files
+  - gulp deploy
 
 # Run the tests
 script: