stages: - build - test after_script: - ./test/ci/clean.sh build: stage: build script: - docker build -t registry.gitlab.com/optick/vueform:${CI_COMMIT_SHA} . test: stage: test script: ./test/ci/run.sh