diff options
author | Pawel Kadlubanski <pawel.kadlubanski@nokia.com> | 2018-06-15 16:13:45 +0200 |
---|---|---|
committer | Pawel Kadlubanski <pawel.kadlubanski@nokia.com> | 2018-06-15 16:13:45 +0200 |
commit | 432696535f996211186269c78e36ab5a6c073997 (patch) | |
tree | 50c2209507e6e5335b4f1c11e6f309208900ba77 /test/mocks/pnfsimulator/.gitlab-ci.yml | |
parent | b1d31973db0cf699ef65d862c2fcf02177aafac5 (diff) |
Add netconf support to pnfsimulator.
Issue-ID: INT-458
Change-Id: Iebc9cf2a9f35c92dc354d1c6e857dc8345c1172f
Signed-off-by: Pawel Kadlubanski <pawel.kadlubanski@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/.gitlab-ci.yml')
-rw-r--r-- | test/mocks/pnfsimulator/.gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/.gitlab-ci.yml b/test/mocks/pnfsimulator/.gitlab-ci.yml new file mode 100644 index 000000000..4320a5725 --- /dev/null +++ b/test/mocks/pnfsimulator/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: archive.docker-registry.eecloud.nsn-net.net/imp/matryoshka:latest + +stages: + - build + +build: + stage: build + script: + - mvn clean package |