aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 36f1d5526..4a6d68a61 100644
--- a/build.sh
+++ b/build.sh
@@ -10,7 +10,8 @@ docker/smoke \
docker/features \
docker/components \
docker/vnf \
-docker/parser"
+docker/parser \
+docker/restapi"
(cd docker && docker build -t "${repo}/functest" .)
docker push "${repo}/functest"