Nate пре 6 година
родитељ
комит
bebe73f5b6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -119,7 +119,7 @@ before_script:
   # to determine if the suite should be installed and the current $TESTDIR test should run.
   # to determine if the suite should be installed and the current $TESTDIR test should run.
   - export RUN_TESTS=`./toolset/travis/travis_diff.py | tee /dev/tty | grep -oP "travis-run-tests \K(.*)"`
   - export RUN_TESTS=`./toolset/travis/travis_diff.py | tee /dev/tty | grep -oP "travis-run-tests \K(.*)"`
 
 
-  - if [ "$RUN_TESTS" ]; then docker pull techempower/tfb; fi
+  - if [ "$RUN_TESTS" ]; then docker build -t techempower/tfb - < ./Dockerfile; fi
 
 
   # Stop services that would claim ports we may need
   # Stop services that would claim ports we may need
   - sudo service mysql stop
   - sudo service mysql stop