Skip to content
Snippets Groups Projects
Commit 86ecd82c authored by Zitnik, Anze's avatar Zitnik, Anze
Browse files

Added --no-cache option to CI build

parent 1c139412
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ before_script:
build:
stage: build
script: docker build -t registry-gitlab.xlab.si/cyberwiser/$SERVICE:$VERSION .
script: docker build --no-cache -t registry-gitlab.xlab.si/cyberwiser/$SERVICE:$VERSION .
test:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment