diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9f1ff8..d0bdf0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,14 @@ # see https://hub.docker.com/_/gcc/ image: gcc -trigger_build: - stage: deploy - script: - - "curl -X POST -F token=KxfjoqGbMTBooVwKLDDX-F ref=master https://git.goatpr0n.de/api/v4/projects/46/trigger/pipeline" +#trigger_build: +# stage: deploy +# script: +# - "curl -X POST -F token=KxfjoqGbMTBooVwKLDDX-F ref=master https://git.goatpr0n.de/api/v4/projects/46/trigger/pipeline" build: stage: build + tags: gcc # instead of calling g++ directly you can also use some build toolkit like make # install the necessary build tools when needed before_script: