diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9ba9202..aa0358de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,8 +15,6 @@ build: untracked: true paths: - node_modules/ - tags: - - docker test: stage: test @@ -24,8 +22,6 @@ test: - build script: - npm run test - tags: - - docker audit: stage: test @@ -36,8 +32,6 @@ audit: allow_failure: true except: - schedules - tags: - - docker pages: stage: deploy @@ -63,8 +57,6 @@ test:ci: - build script: - .gitlab/ci/testCIScripts.sh - tags: - - docker # Anchor templates for publishing the image in the docker registry # Automatically publishing for versions in tags (eg v1.0.0 as 1.0.0), master and develop